Html Css Color HEX #A24C79 Royal Heath

📋 copy color: '#A24C79'

red 162 ◦ green 76 ◦ blue 121

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

Shades of Royal Heath #A24C79

Tints of Royal Heath #A24C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 45.13%
G = 21.17%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A24C79 (or 0xA24C79) is known color: Royal Heath. HEX triplet: A2, 4C and 79. RGB value is (162,76,121). Sum of RGB (Red+Green+Blue) = 162+76+121=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C79 is #5DB386. Grayscale: #6A6A6A. Windows color (decimal): -6140807 or 7949474. OLE color: 7949474.

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

Color convert

RGB 162 76 121 -
CMYK 0 0.53 0.25 0.36
HSL 328.6º 0.36% 0.47% -
HSV(B) 328.6º 0.53% 0.64% -
XYZ 20.94 14.23 19.73 -
YUV 106.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 162 76 121 0 0.53 0.25 0.36 328.6 0.36 0.47
Hex A2 4C 79 0 35 19 24 149 24 2F
Octal 242 114 171 0 65 31 44 511 44 57
Binary 10100010 1001100 1111001 0 110101 11001 100100 101001001 100100 101111

Color Harmonies of #A24C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C79

Black with #A24C79

Text Example


Text Example

White with #A24C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C79; }

 p { color: rgb(162,76,121); }

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

background-color css

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

 a { background-color: rgb(162,76,121); }

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

border-color css

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

 span { border-color: rgb(162,76,121); }

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