#A24691

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

Shades of Violet Blue #A24691

Tints of Violet Blue #A24691

Color information

#A24691 (or 0xA24691) is unknown color: approx Violet Blue. HEX triplet: A2, 46 and 91. RGB value is (162,70,145). Sum of RGB (Red+Green+Blue) = 162+70+145=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24691 is #5DB96E. Grayscale: #696969. Windows color (decimal): -6142319 or 9520802. OLE color: 9520802.

HSL color Cylindrical-coordinate representation of color #A24691: hue angle of 311.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24691 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16270145-
CMYK00.570.100.36
HSL311.09º39.66%45.49%-
HSV(B)311.09º56.79%63.53%-
XYZ22.214.1128.34-
YUV106.06149.98167.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=42.97%
G=18.57%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627014500.570.100.36311.0939.6645.49
HexA24691039A24137282d
Octal24210622107112444675055
Binary1010001010001101001000101110011010100100100110111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24691; }

 p { color: rgb(162,70,145); }

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

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

 a { background-color: rgb(162,70,145); }

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

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

 span { border-color: rgb(162,70,145); }

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