#a431f2

Color #A431F2 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A431F2

Tints of Blue Violet #A431F2

Color information

#A431F2 (or 0xA431F2) is unknown color: approx Blue Violet. HEX triplet: A4, 31 and F2. RGB value is (164,49,242). Sum of RGB (Red+Green+Blue) = 164+49+242=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #A431F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431F2 is #5BCE0D. Grayscale: #686868. Windows color (decimal): -6016526 or 15872420. OLE color: 15872420.

HSL color Cylindrical-coordinate representation of color #A431F2: hue angle of 275.75º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A431F2 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16449242-
CMYK0.320.8000.05
HSL275.75º88.13%57.06%-
HSV(B)275.75º79.75%94.9%-
XYZ32.4416.585.48-
YUV105.39205.1169.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 49 (19.53% from 255) = 10.77%
BLUE value IS 242 (94.92% from 255) = 53.19%
R=36.04%
G=10.77%
B=53.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164492420.320.8000.05275.7588.1357.06
HexA431F22050051145839
Octal24461362401200542413071
Binary1010010011000111110010100000101000001011000101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a431f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a431f2; }

 p { color: rgb(164,49,242); }

 H1.HeaderClassName
 {
   color: #a431f2;
 }
 .AnyTagClassName
 {
   color: #a431f2;
 }
</style>
background-color css

<style>
 a { background-color: #a431f2; }

 a { background-color: rgb(164,49,242); }

 div.DivClassName
 {
   background-color: #a431f2;
 }
 .BgClassName
 {
   background-color: #a431f2;
 }
</style>
border-color css

<style>
 span { border-color: #a431f2; }

 span { border-color: rgb(164,49,242); }

 td.TdClassName
 {
   border-color: #a431f2;
 }
 .TagClassName
 {
   border-color: #a431f2;
 }
</style>