#A24F9B

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

Shades of Violet Blue #A24F9B

Tints of Violet Blue #A24F9B

Color information

#A24F9B (or 0xA24F9B) is unknown color: approx Violet Blue. HEX triplet: A2, 4F and 9B. RGB value is (162,79,155). Sum of RGB (Red+Green+Blue) = 162+79+155=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F9B is #5DB064. Grayscale: #707070. Windows color (decimal): -6140005 or 10178466. OLE color: 10178466.

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

Color convert

RGB16279155-
CMYK00.510.040.36
HSL305.06º34.44%47.25%-
HSV(B)305.06º51.23%63.53%-
XYZ23.6115.6432.78-
YUV112.48152163.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=40.91%
G=19.95%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627915500.510.040.36305.0634.4447.25
HexA24F9B033424131222f
Octal2421172330634444614257
Binary101000101001111100110110110011100100100100110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F9B; }

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

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

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

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

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

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

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

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