Html Css Color HEX #A24997 Violet Blue

📋 copy color: '#A24997'

red 162 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #A24997

Tints of Violet Blue #A24997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.91%

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 41.97%
G = 18.91%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A24997 (or 0xA24997) is known color: Violet Blue. HEX triplet: A2, 49 and 97. RGB value is (162,73,151). Sum of RGB (Red+Green+Blue) = 162+73+151=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A24997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24997 is #5DB668. Grayscale: #6C6C6C. Windows color (decimal): -6141545 or 9914786. OLE color: 9914786.

HSL color Cylindrical-coordinate representation of color #A24997: hue angle of 307.42º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24997 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 151 -
CMYK 0 0.55 0.07 0.36
HSL 307.42º 0.38% 0.46% -
HSV(B) 307.42º 0.55% 0.64% -
XYZ 22.87 14.68 30.91 -
YUV 108.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 162 73 151 0 0.55 0.07 0.36 307.42 0.38 0.46
Hex A2 49 97 0 37 7 24 133 26 2E
Octal 242 111 227 0 67 7 44 463 46 56
Binary 10100010 1001001 10010111 0 110111 111 100100 100110011 100110 101110

Color Harmonies of #A24997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24997

Black with #A24997

Text Example


Text Example

White with #A24997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24997; }

 p { color: rgb(162,73,151); }

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

background-color css

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

 a { background-color: rgb(162,73,151); }

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

border-color css

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

 span { border-color: rgb(162,73,151); }

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