Html Css Color HEX #A24596 Violet Blue

📋 copy color: '#A24596'

red 162 ◦ green 69 ◦ blue 150

#A24596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A24596

Tints of Violet Blue #A24596

RGB

 RED value IS 162 (63.67% from 255) = 42.52%

 GREEN value IS 69 (27.34% from 255) = 18.11%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 42.52%
G = 18.11%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A24596 (or 0xA24596) is known color: Violet Blue. HEX triplet: A2, 45 and 96. RGB value is (162,69,150). Sum of RGB (Red+Green+Blue) = 162+69+150=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A24596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24596 is #5DBA69. Grayscale: #696969. Windows color (decimal): -6142570 or 9848226. OLE color: 9848226.

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

Color convert

RGB 162 69 150 -
CMYK 0 0.57 0.07 0.36
HSL 307.74º 0.4% 0.45% -
HSV(B) 307.74º 0.57% 0.64% -
XYZ 22.53 14.14 30.4 -
YUV 106.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 162 69 150 0 0.57 0.07 0.36 307.74 0.4 0.45
Hex A2 45 96 0 39 7 24 134 28 2D
Octal 242 105 226 0 71 7 44 464 50 55
Binary 10100010 1000101 10010110 0 111001 111 100100 100110100 101000 101101

Color Harmonies of #A24596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24596

Black with #A24596

Text Example


Text Example

White with #A24596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24596; }

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

 H1.HeaderClassName
 {
   color: #A24596;
 }
 .AnyTagClassName
 {
   color: #A24596;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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