#A24495

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

Shades of Violet Blue #A24495

Tints of Violet Blue #A24495

Color information

#A24495 (or 0xA24495) is unknown color: approx Violet Blue. HEX triplet: A2, 44 and 95. RGB value is (162,68,149). Sum of RGB (Red+Green+Blue) = 162+68+149=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A24495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24495 is #5DBB6A. Grayscale: #696969. Windows color (decimal): -6142827 or 9782434. OLE color: 9782434.

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

Color convert

RGB16268149-
CMYK00.580.080.36
HSL308.3º40.87%45.1%-
HSV(B)308.3º58.02%63.53%-
XYZ22.3913.9929.95-
YUV105.34152.64168.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=42.74%
G=17.94%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626814900.580.080.36308.340.8745.1
HexA2449503A824134292d
Octal24210422507210444645155
Binary1010001010001001001010101110101000100100100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24495; }

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

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

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

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

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

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

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

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