Html Css Color HEX #A24878 Royal Heath

📋 copy color: '#A24878'

red 162 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #A24878

Tints of Royal Heath #A24878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.34%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 45.76%
G = 20.34%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A24878 (or 0xA24878) is known color: Royal Heath. HEX triplet: A2, 48 and 78. RGB value is (162,72,120). Sum of RGB (Red+Green+Blue) = 162+72+120=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A24878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24878 is #5DB787. Grayscale: #686868. Windows color (decimal): -6141832 or 7882914. OLE color: 7882914.

HSL color Cylindrical-coordinate representation of color #A24878: hue angle of 328º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24878 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 120 -
CMYK 0 0.56 0.26 0.36
HSL 328º 0.38% 0.46% -
HSV(B) 328º 0.56% 0.64% -
XYZ 20.61 13.67 19.32 -
YUV 104.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 162 72 120 0 0.56 0.26 0.36 328 0.38 0.46
Hex A2 48 78 0 38 1A 24 148 26 2E
Octal 242 110 170 0 70 32 44 510 46 56
Binary 10100010 1001000 1111000 0 111000 11010 100100 101001000 100110 101110

Color Harmonies of #A24878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24878

Black with #A24878

Text Example


Text Example

White with #A24878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24878; }

 p { color: rgb(162,72,120); }

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

background-color css

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

 a { background-color: rgb(162,72,120); }

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

border-color css

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

 span { border-color: rgb(162,72,120); }

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