Html Css Color HEX #A24C72 Royal Heath

📋 copy color: '#A24C72'

red 162 ◦ green 76 ◦ blue 114

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

Shades of Royal Heath #A24C72

Tints of Royal Heath #A24C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 46.02%
G = 21.59%
B = 32.39%

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

#A24C72 (or 0xA24C72) is known color: Royal Heath. HEX triplet: A2, 4C and 72. RGB value is (162,76,114). Sum of RGB (Red+Green+Blue) = 162+76+114=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C72 is #5DB38D. Grayscale: #696969. Windows color (decimal): -6140814 or 7490722. OLE color: 7490722.

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

Color convert

RGB 162 76 114 -
CMYK 0 0.53 0.30 0.36
HSL 333.49º 0.36% 0.47% -
HSV(B) 333.49º 0.53% 0.64% -
XYZ 20.52 14.07 17.55 -
YUV 106.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 162 76 114 0 0.53 0.30 0.36 333.49 0.36 0.47
Hex A2 4C 72 0 35 1E 24 14D 24 2F
Octal 242 114 162 0 65 36 44 515 44 57
Binary 10100010 1001100 1110010 0 110101 11110 100100 101001101 100100 101111

Color Harmonies of #A24C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C72

Black with #A24C72

Text Example


Text Example

White with #A24C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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