Html Css Color HEX #A24677 Royal Heath

📋 copy color: '#A24677'

red 162 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #A24677

Tints of Royal Heath #A24677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 46.15%
G = 19.94%
B = 33.9%

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

#A24677 (or 0xA24677) is known color: Royal Heath. HEX triplet: A2, 46 and 77. RGB value is (162,70,119). Sum of RGB (Red+Green+Blue) = 162+70+119=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24677 is #5DB988. Grayscale: #666666. Windows color (decimal): -6142345 or 7816866. OLE color: 7816866.

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

Color convert

RGB 162 70 119 -
CMYK 0 0.57 0.27 0.36
HSL 328.04º 0.4% 0.45% -
HSV(B) 328.04º 0.57% 0.64% -
XYZ 20.42 13.39 18.96 -
YUV 103.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 162 70 119 0 0.57 0.27 0.36 328.04 0.4 0.45
Hex A2 46 77 0 39 1B 24 148 28 2D
Octal 242 106 167 0 71 33 44 510 50 55
Binary 10100010 1000110 1110111 0 111001 11011 100100 101001000 101000 101101

Color Harmonies of #A24677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24677

Black with #A24677

Text Example


Text Example

White with #A24677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24677; }

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

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

background-color css

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

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

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

border-color css

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

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

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