Html Css Color HEX #A24599 Violet Blue

📋 copy color: '#A24599'

red 162 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #A24599

Tints of Violet Blue #A24599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 42.19%
G = 17.97%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A24599 (or 0xA24599) is known color: Violet Blue. HEX triplet: A2, 45 and 99. RGB value is (162,69,153). Sum of RGB (Red+Green+Blue) = 162+69+153=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A24599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24599 is #5DBA66. Grayscale: #6A6A6A. Windows color (decimal): -6142567 or 10044834. OLE color: 10044834.

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

Color convert

RGB 162 69 153 -
CMYK 0 0.57 0.06 0.36
HSL 305.81º 0.4% 0.45% -
HSV(B) 305.81º 0.57% 0.64% -
XYZ 22.78 14.24 31.68 -
YUV 106.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 162 69 153 0 0.57 0.06 0.36 305.81 0.4 0.45
Hex A2 45 99 0 39 6 24 132 28 2D
Octal 242 105 231 0 71 6 44 462 50 55
Binary 10100010 1000101 10011001 0 111001 110 100100 100110010 101000 101101

Color Harmonies of #A24599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24599

Black with #A24599

Text Example


Text Example

White with #A24599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24599; }

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

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

background-color css

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

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

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

border-color css

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

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

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