#A24299

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

Shades of Violet Blue #A24299

Tints of Violet Blue #A24299

Color information

#A24299 (or 0xA24299) is unknown color: approx Violet Blue. HEX triplet: A2, 42 and 99. RGB value is (162,66,153). Sum of RGB (Red+Green+Blue) = 162+66+153=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A24299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24299 is #5DBD66. Grayscale: #686868. Windows color (decimal): -6143335 or 10044066. OLE color: 10044066.

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

Color convert

RGB16266153-
CMYK00.590.060.36
HSL305.62º42.11%44.71%-
HSV(B)305.62º59.26%63.53%-
XYZ22.613.8831.62-
YUV104.62155.3168.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=42.52%
G=17.32%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626615300.590.060.36305.6242.1144.71
HexA2429903B6241322a2d
Octal2421022310736444625255
Binary101000101000010100110010111011110100100100110010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24299; }

 p { color: rgb(162,66,153); }

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

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

 a { background-color: rgb(162,66,153); }

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

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

 span { border-color: rgb(162,66,153); }

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