Html Css Color HEX #A84079 Royal Heath

📋 copy color: '#A84079'

red 168 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #A84079

Tints of Royal Heath #A84079

RGB

 RED value IS 168 (66.02% from 255) = 47.59%

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

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

R = 47.59%
G = 18.13%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A84079 (or 0xA84079) is known color: Royal Heath. HEX triplet: A8, 40 and 79. RGB value is (168,64,121). Sum of RGB (Red+Green+Blue) = 168+64+121=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A84079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84079 is #57BF86. Grayscale: #656565. Windows color (decimal): -5750663 or 7946408. OLE color: 7946408.

HSL color Cylindrical-coordinate representation of color #A84079: hue angle of 327.12º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84079 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 64 121 -
CMYK 0 0.62 0.28 0.34
HSL 327.12º 0.45% 0.45% -
HSV(B) 327.12º 0.62% 0.66% -
XYZ 21.43 13.37 19.54 -
YUV 101.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 168 64 121 0 0.62 0.28 0.34 327.12 0.45 0.45
Hex A8 40 79 0 3E 1C 22 147 2D 2D
Octal 250 100 171 0 76 34 42 507 55 55
Binary 10101000 1000000 1111001 0 111110 11100 100010 101000111 101101 101101

Color Harmonies of #A84079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84079

Black with #A84079

Text Example


Text Example

White with #A84079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84079; }

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

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

background-color css

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

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

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

border-color css

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

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

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