#A24F9A

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

Shades of Violet Blue #A24F9A

Tints of Violet Blue #A24F9A

Color information

#A24F9A (or 0xA24F9A) is unknown color: approx Violet Blue. HEX triplet: A2, 4F and 9A. RGB value is (162,79,154). Sum of RGB (Red+Green+Blue) = 162+79+154=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F9A is #5DB065. Grayscale: #707070. Windows color (decimal): -6140006 or 10112930. OLE color: 10112930.

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

Color convert

RGB16279154-
CMYK00.510.050.36
HSL305.78º34.44%47.25%-
HSV(B)305.78º51.23%63.53%-
XYZ23.5315.6132.34-
YUV112.37151.5163.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 79 (31.25% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=41.01%
G=20%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627915400.510.050.36305.7834.4447.25
HexA24F9A033524132222f
Octal2421172320635444624257
Binary101000101001111100110100110011101100100100110010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F9A; }

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

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

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

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

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

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

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

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