Html Css Color HEX #A24D78 Royal Heath

📋 copy color: '#A24D78'

red 162 ◦ green 77 ◦ blue 120

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

Shades of Royal Heath #A24D78

Tints of Royal Heath #A24D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

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

R = 45.13%
G = 21.45%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A24D78 (or 0xA24D78) is known color: Royal Heath. HEX triplet: A2, 4D and 78. RGB value is (162,77,120). Sum of RGB (Red+Green+Blue) = 162+77+120=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D78 is #5DB287. Grayscale: #6B6B6B. Windows color (decimal): -6140552 or 7884194. OLE color: 7884194.

HSL color Cylindrical-coordinate representation of color #A24D78: hue angle of 329.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D78 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 77 120 -
CMYK 0 0.52 0.26 0.36
HSL 329.65º 0.36% 0.47% -
HSV(B) 329.65º 0.52% 0.64% -
XYZ 20.94 14.35 19.43 -
YUV 107.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 162 77 120 0 0.52 0.26 0.36 329.65 0.36 0.47
Hex A2 4D 78 0 34 1A 24 14A 24 2F
Octal 242 115 170 0 64 32 44 512 44 57
Binary 10100010 1001101 1111000 0 110100 11010 100100 101001010 100100 101111

Color Harmonies of #A24D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D78

Black with #A24D78

Text Example


Text Example

White with #A24D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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