#A24B9A

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

Shades of Violet Blue #A24B9A

Tints of Violet Blue #A24B9A

Color information

#A24B9A (or 0xA24B9A) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and 9A. RGB value is (162,75,154). Sum of RGB (Red+Green+Blue) = 162+75+154=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B9A is #5DB465. Grayscale: #6D6D6D. Windows color (decimal): -6141030 or 10111906. OLE color: 10111906.

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

Color convert

RGB16275154-
CMYK00.540.050.36
HSL305.52º36.71%46.47%-
HSV(B)305.52º53.7%63.53%-
XYZ23.2515.0532.25-
YUV110.02152.82165.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=41.43%
G=19.18%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627515400.540.050.36305.5236.7146.47
HexA24B9A036524132252e
Octal2421132320665444624556
Binary101000101001011100110100110110101100100100110010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B9A; }

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

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

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

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

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

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

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

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