Html Css Color HEX #A24C71 Royal Heath

📋 copy color: '#A24C71'

red 162 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #A24C71

Tints of Royal Heath #A24C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 46.15%
G = 21.65%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A24C71 (or 0xA24C71) is known color: Royal Heath. HEX triplet: A2, 4C and 71. RGB value is (162,76,113). Sum of RGB (Red+Green+Blue) = 162+76+113=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C71 is #5DB38E. Grayscale: #696969. Windows color (decimal): -6140815 or 7425186. OLE color: 7425186.

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

Color convert

RGB 162 76 113 -
CMYK 0 0.53 0.30 0.36
HSL 334.19º 0.36% 0.47% -
HSV(B) 334.19º 0.53% 0.64% -
XYZ 20.47 14.04 17.25 -
YUV 105.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 162 76 113 0 0.53 0.30 0.36 334.19 0.36 0.47
Hex A2 4C 71 0 35 1E 24 14E 24 2F
Octal 242 114 161 0 65 36 44 516 44 57
Binary 10100010 1001100 1110001 0 110101 11110 100100 101001110 100100 101111

Color Harmonies of #A24C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C71

Black with #A24C71

Text Example


Text Example

White with #A24C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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