#A24896

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

Shades of Violet Blue #A24896

Tints of Violet Blue #A24896

Color information

#A24896 (or 0xA24896) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 96. RGB value is (162,72,150). Sum of RGB (Red+Green+Blue) = 162+72+150=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A24896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24896 is #5DB769. Grayscale: #6B6B6B. Windows color (decimal): -6141802 or 9848994. OLE color: 9848994.

HSL color Cylindrical-coordinate representation of color #A24896: hue angle of 308º 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 #A24896 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16272150-
CMYK00.560.070.36
HSL308º38.46%45.88%-
HSV(B)308º55.56%63.53%-
XYZ22.7214.5230.46-
YUV107.8151.82166.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=42.19%
G=18.75%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627215000.560.070.3630838.4645.88
HexA24896038724134262e
Octal2421102260707444644656
Binary101000101001000100101100111000111100100100110100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24896; }

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

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

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

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

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

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

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

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