#A24595

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

Shades of Violet Blue #A24595

Tints of Violet Blue #A24595

Color information

#A24595 (or 0xA24595) is unknown color: approx Violet Blue. HEX triplet: A2, 45 and 95. RGB value is (162,69,149). Sum of RGB (Red+Green+Blue) = 162+69+149=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24595 is #5DBA6A. Grayscale: #696969. Windows color (decimal): -6142571 or 9782690. OLE color: 9782690.

HSL color Cylindrical-coordinate representation of color #A24595: hue angle of 308.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24595 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16269149-
CMYK00.570.080.36
HSL308.39º40.26%45.29%-
HSV(B)308.39º57.41%63.53%-
XYZ22.4514.1129.97-
YUV105.93152.31168-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=42.63%
G=18.16%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626914900.570.080.36308.3940.2645.29
HexA24595039824134282d
Octal24210522507110444645055
Binary1010001010001011001010101110011000100100100110100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24595; }

 p { color: rgb(162,69,149); }

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

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

 a { background-color: rgb(162,69,149); }

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

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

 span { border-color: rgb(162,69,149); }

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