#A24BA4

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

Shades of Violet Blue #A24BA4

Tints of Violet Blue #A24BA4

Color information

#A24BA4 (or 0xA24BA4) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and A4. RGB value is (162,75,164). Sum of RGB (Red+Green+Blue) = 162+75+164=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #A24BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24BA4 is #5DB45B. Grayscale: #6E6E6E. Windows color (decimal): -6141020 or 10767266. OLE color: 10767266.

HSL color Cylindrical-coordinate representation of color #A24BA4: hue angle of 298.65º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24BA4 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16275164-
CMYK0.010.5400.36
HSL298.65º37.24%46.86%-
HSV(B)298.65º54.27%64.31%-
XYZ24.1215.3936.82-
YUV111.16157.82164.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=40.40%
G=18.70%
B=40.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162751640.010.5400.36298.6537.2446.86
HexA24BA413602412b252f
Octal2421132441660444534557
Binary1010001010010111010010011101100100100100101011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24BA4; }

 p { color: rgb(162,75,164); }

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

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

 a { background-color: rgb(162,75,164); }

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

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

 span { border-color: rgb(162,75,164); }

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