#a24b8b

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

Shades of Violet Blue #A24B8B

Tints of Violet Blue #A24B8B

Color information

#A24B8B (or 0xA24B8B) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and 8B. RGB value is (162,75,139). Sum of RGB (Red+Green+Blue) = 162+75+139=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B8B is #5DB474. Grayscale: #6C6C6C. Windows color (decimal): -6141045 or 9128866. OLE color: 9128866.

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

Color convert

RGB16275139-
CMYK00.540.140.36
HSL315.86º36.71%46.47%-
HSV(B)315.86º53.7%63.53%-
XYZ22.0814.5826.08-
YUV108.31145.32166.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=43.09%
G=19.95%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627513900.540.140.36315.8636.7146.47
HexA24B8B036E2413c252e
Octal24211321306616444744556
Binary1010001010010111000101101101101110100100100111100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a24b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a24b8b; }

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

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

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

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

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

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

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

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