Html Css Color HEX #A24476 Royal Heath

📋 copy color: '#A24476'

red 162 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #A24476

Tints of Royal Heath #A24476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 46.55%
G = 19.54%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A24476 (or 0xA24476) is known color: Royal Heath. HEX triplet: A2, 44 and 76. RGB value is (162,68,118). Sum of RGB (Red+Green+Blue) = 162+68+118=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24476 is #5DBB89. Grayscale: #656565. Windows color (decimal): -6142858 or 7750818. OLE color: 7750818.

HSL color Cylindrical-coordinate representation of color #A24476: hue angle of 328.09º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24476 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 118 -
CMYK 0 0.58 0.27 0.36
HSL 328.09º 0.41% 0.45% -
HSV(B) 328.09º 0.58% 0.64% -
XYZ 20.24 13.12 18.61 -
YUV 101.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 162 68 118 0 0.58 0.27 0.36 328.09 0.41 0.45
Hex A2 44 76 0 3A 1B 24 148 29 2D
Octal 242 104 166 0 72 33 44 510 51 55
Binary 10100010 1000100 1110110 0 111010 11011 100100 101001000 101001 101101

Color Harmonies of #A24476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24476

Black with #A24476

Text Example


Text Example

White with #A24476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24476; }

 p { color: rgb(162,68,118); }

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

background-color css

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

 a { background-color: rgb(162,68,118); }

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

border-color css

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

 span { border-color: rgb(162,68,118); }

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