#A24895

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

Shades of Violet Blue #A24895

Tints of Violet Blue #A24895

Color information

#A24895 (or 0xA24895) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 95. RGB value is (162,72,149). Sum of RGB (Red+Green+Blue) = 162+72+149=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A24895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24895 is #5DB76A. Grayscale: #6B6B6B. Windows color (decimal): -6141803 or 9783458. OLE color: 9783458.

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

Color convert

RGB16272149-
CMYK00.560.080.36
HSL308.67º38.46%45.88%-
HSV(B)308.67º55.56%63.53%-
XYZ22.6414.4930.04-
YUV107.69151.32166.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=42.30%
G=18.80%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627214900.560.080.36308.6738.4645.88
HexA24895038824135262e
Octal24211022507010444654656
Binary1010001010010001001010101110001000100100100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24895; }

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

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

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

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

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

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

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

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