#A24591

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

Shades of Violet Blue #A24591

Tints of Violet Blue #A24591

Color information

#A24591 (or 0xA24591) is unknown color: approx Violet Blue. HEX triplet: A2, 45 and 91. RGB value is (162,69,145). Sum of RGB (Red+Green+Blue) = 162+69+145=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24591 is #5DBA6E. Grayscale: #696969. Windows color (decimal): -6142575 or 9520546. OLE color: 9520546.

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

Color convert

RGB16269145-
CMYK00.570.100.36
HSL310.97º40.26%45.29%-
HSV(B)310.97º57.41%63.53%-
XYZ22.1413.9828.32-
YUV105.47150.31168.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=43.09%
G=18.35%
B=38.56%

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
Decimal1626914500.570.100.36310.9740.2645.29
HexA24591039A24137282d
Octal24210522107112444675055
Binary1010001010001011001000101110011010100100100110111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24591; }

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

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

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

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

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

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

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

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