Html Css Color HEX #A24676 Royal Heath

📋 copy color: '#A24676'

red 162 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #A24676

Tints of Royal Heath #A24676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 46.29%
G = 20%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A24676 (or 0xA24676) is known color: Royal Heath. HEX triplet: A2, 46 and 76. RGB value is (162,70,118). Sum of RGB (Red+Green+Blue) = 162+70+118=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24676 is #5DB989. Grayscale: #666666. Windows color (decimal): -6142346 or 7751330. OLE color: 7751330.

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

Color convert

RGB 162 70 118 -
CMYK 0 0.57 0.27 0.36
HSL 328.7º 0.4% 0.45% -
HSV(B) 328.7º 0.57% 0.64% -
XYZ 20.36 13.37 18.65 -
YUV 102.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 162 70 118 0 0.57 0.27 0.36 328.7 0.4 0.45
Hex A2 46 76 0 39 1B 24 149 28 2D
Octal 242 106 166 0 71 33 44 511 50 55
Binary 10100010 1000110 1110110 0 111001 11011 100100 101001001 101000 101101

Color Harmonies of #A24676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24676

Black with #A24676

Text Example


Text Example

White with #A24676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24676; }

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

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

background-color css

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

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

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

border-color css

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

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

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