Html Css Color HEX #A24591 Violet Blue

📋 copy color: '#A24591'

red 162 ◦ green 69 ◦ blue 145

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

Shades of Violet Blue #A24591

Tints of Violet Blue #A24591

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 value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A24591 (or 0xA24591) is known color: 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

RGB 162 69 145 -
CMYK 0 0.57 0.10 0.36
HSL 310.97º 0.4% 0.45% -
HSV(B) 310.97º 0.57% 0.64% -
XYZ 22.14 13.98 28.32 -
YUV 105.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 162 69 145 0 0.57 0.10 0.36 310.97 0.4 0.45
Hex A2 45 91 0 39 A 24 137 28 2D
Octal 242 105 221 0 71 12 44 467 50 55
Binary 10100010 1000101 10010001 0 111001 1010 100100 100110111 101000 101101

Color Harmonies of #A24591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24591

Black with #A24591

Text Example


Text Example

White with #A24591

Text Example


Text Example

HTML Codes & Css Web 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>