Html Css Color HEX #A24079 Royal Heath

📋 copy color: '#A24079'

red 162 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #A24079

Tints of Royal Heath #A24079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 46.69%
G = 18.44%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A24079 (or 0xA24079) is known color: Royal Heath. HEX triplet: A2, 40 and 79. RGB value is (162,64,121). Sum of RGB (Red+Green+Blue) = 162+64+121=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24079 is #5DBF86. Grayscale: #636363. Windows color (decimal): -6143879 or 7946402. OLE color: 7946402.

HSL color Cylindrical-coordinate representation of color #A24079: hue angle of 325.1º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24079 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 121 -
CMYK 0 0.60 0.25 0.36
HSL 325.1º 0.43% 0.44% -
HSV(B) 325.1º 0.6% 0.64% -
XYZ 20.18 12.73 19.48 -
YUV 99.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 162 64 121 0 0.60 0.25 0.36 325.1 0.43 0.44
Hex A2 40 79 0 3C 19 24 145 2B 2C
Octal 242 100 171 0 74 31 44 505 53 54
Binary 10100010 1000000 1111001 0 111100 11001 100100 101000101 101011 101100

Color Harmonies of #A24079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24079

Black with #A24079

Text Example


Text Example

White with #A24079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24079; }

 p { color: rgb(162,64,121); }

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

background-color css

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

 a { background-color: rgb(162,64,121); }

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

border-color css

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

 span { border-color: rgb(162,64,121); }

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