#A424F9

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

Shades of Blue Violet #A424F9

Tints of Blue Violet #A424F9

Color information

#A424F9 (or 0xA424F9) is unknown color: approx Blue Violet. HEX triplet: A4, 24 and F9. RGB value is (164,36,249). Sum of RGB (Red+Green+Blue) = 164+36+249=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #A424F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424F9 is #5BDB06. Grayscale: #616161. Windows color (decimal): -6019847 or 16327844. OLE color: 16327844.

HSL color Cylindrical-coordinate representation of color #A424F9: hue angle of 276.06º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A424F9 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16436249-
CMYK0.340.8600.02
HSL276.06º94.67%55.88%-
HSV(B)276.06º85.54%97.65%-
XYZ33.0415.9990.97-
YUV98.55212.91174.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 36 (14.45% from 255) = 8.02%
BLUE value IS 249 (97.66% from 255) = 55.46%
R=36.53%
G=8.02%
B=55.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164362490.340.8600.02276.0694.6755.88
HexA424F92256021145f38
Octal24444371421260242413770
Binary101001001001001111100110001010101100101000101001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A424F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A424F9; }

 p { color: rgb(164,36,249); }

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

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

 a { background-color: rgb(164,36,249); }

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

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

 span { border-color: rgb(164,36,249); }

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