#A424ED

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

Shades of Blue Violet #A424ED

Tints of Blue Violet #A424ED

Color information

#A424ED (or 0xA424ED) is unknown color: approx Blue Violet. HEX triplet: A4, 24 and ED. RGB value is (164,36,237). Sum of RGB (Red+Green+Blue) = 164+36+237=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A424ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424ED is #5BDB12. Grayscale: #606060. Windows color (decimal): -6019859 or 15541412. OLE color: 15541412.

HSL color Cylindrical-coordinate representation of color #A424ED: hue angle of 278.21º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A424ED is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16436237-
CMYK0.310.8500.07
HSL278.21º84.81%53.53%-
HSV(B)278.21º84.81%92.94%-
XYZ31.2315.2781.42-
YUV97.19206.91175.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 36 (14.45% from 255) = 8.24%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=37.53%
G=8.24%
B=54.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164362370.310.8500.07278.2184.8153.53
HexA424ED1F55071165536
Octal24444355371250742612566
Binary101001001001001110110111111101010101111000101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A424ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A424ED; }

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

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

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

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

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

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

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

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