Html Css Color HEX #A24978 Royal Heath

📋 copy color: '#A24978'

red 162 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #A24978

Tints of Royal Heath #A24978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 45.63%
G = 20.56%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A24978 (or 0xA24978) is known color: Royal Heath. HEX triplet: A2, 49 and 78. RGB value is (162,73,120). Sum of RGB (Red+Green+Blue) = 162+73+120=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A24978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24978 is #5DB687. Grayscale: #686868. Windows color (decimal): -6141576 or 7883170. OLE color: 7883170.

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

Color convert

RGB 162 73 120 -
CMYK 0 0.55 0.26 0.36
HSL 328.31º 0.38% 0.46% -
HSV(B) 328.31º 0.55% 0.64% -
XYZ 20.67 13.8 19.34 -
YUV 104.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 162 73 120 0 0.55 0.26 0.36 328.31 0.38 0.46
Hex A2 49 78 0 37 1A 24 148 26 2E
Octal 242 111 170 0 67 32 44 510 46 56
Binary 10100010 1001001 1111000 0 110111 11010 100100 101001000 100110 101110

Color Harmonies of #A24978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24978

Black with #A24978

Text Example


Text Example

White with #A24978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24978; }

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

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

background-color css

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

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

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

border-color css

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

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

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