Html Css Color HEX #A04279 Royal Heath

📋 copy color: '#A04279'

red 160 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #A04279

Tints of Royal Heath #A04279

RGB

 RED value IS 160 (62.89% from 255) = 46.11%

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 46.11%
G = 19.02%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A04279 (or 0xA04279) is known color: Royal Heath. HEX triplet: A0, 42 and 79. RGB value is (160,66,121). Sum of RGB (Red+Green+Blue) = 160+66+121=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A04279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04279 is #5FBD86. Grayscale: #646464. Windows color (decimal): -6274439 or 7946912. OLE color: 7946912.

HSL color Cylindrical-coordinate representation of color #A04279: hue angle of 324.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04279 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 121 -
CMYK 0 0.59 0.24 0.37
HSL 324.89º 0.42% 0.44% -
HSV(B) 324.89º 0.59% 0.63% -
XYZ 19.9 12.75 19.5 -
YUV 100.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 160 66 121 0 0.59 0.24 0.37 324.89 0.42 0.44
Hex A0 42 79 0 3B 18 25 145 2A 2C
Octal 240 102 171 0 73 30 45 505 52 54
Binary 10100000 1000010 1111001 0 111011 11000 100101 101000101 101010 101100

Color Harmonies of #A04279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04279

Black with #A04279

Text Example


Text Example

White with #A04279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04279; }

 p { color: rgb(160,66,121); }

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

background-color css

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

 a { background-color: rgb(160,66,121); }

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

border-color css

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

 span { border-color: rgb(160,66,121); }

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