#A24B9B

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

Shades of Violet Blue #A24B9B

Tints of Violet Blue #A24B9B

Color information

#A24B9B (or 0xA24B9B) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and 9B. RGB value is (162,75,155). Sum of RGB (Red+Green+Blue) = 162+75+155=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B9B is #5DB464. Grayscale: #6D6D6D. Windows color (decimal): -6141029 or 10177442. OLE color: 10177442.

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

Color convert

RGB16275155-
CMYK00.540.040.36
HSL304.83º36.71%46.47%-
HSV(B)304.83º53.7%63.53%-
XYZ23.3315.0832.69-
YUV110.13153.32165-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=41.33%
G=19.13%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627515500.540.040.36304.8336.7146.47
HexA24B9B036424131252e
Octal2421132330664444614556
Binary101000101001011100110110110110100100100100110001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B9B; }

 p { color: rgb(162,75,155); }

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

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

 a { background-color: rgb(162,75,155); }

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

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

 span { border-color: rgb(162,75,155); }

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