#A24AA3

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

Shades of Violet Blue #A24AA3

Tints of Violet Blue #A24AA3

Color information

#A24AA3 (or 0xA24AA3) is unknown color: approx Violet Blue. HEX triplet: A2, 4A and A3. RGB value is (162,74,163). Sum of RGB (Red+Green+Blue) = 162+74+163=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 163 - color contains mainly: blue. Hex color #A24AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24AA3 is #5DB55C. Grayscale: #6E6E6E. Windows color (decimal): -6141277 or 10701474. OLE color: 10701474.

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

Color convert

RGB16274163-
CMYK0.010.5500.36
HSL299.33º37.55%46.47%-
HSV(B)299.33º54.6%63.92%-
XYZ23.9615.2236.33-
YUV110.46157.65164.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=40.60%
G=18.55%
B=40.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162741630.010.5500.36299.3337.5546.47
HexA24AA313702412b262e
Octal2421122431670444534656
Binary1010001010010101010001111101110100100100101011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24AA3; }

 p { color: rgb(162,74,163); }

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

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

 a { background-color: rgb(162,74,163); }

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

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

 span { border-color: rgb(162,74,163); }

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