Html Css Color HEX #A84479 Royal Heath

📋 copy color: '#A84479'

red 168 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #A84479

Tints of Royal Heath #A84479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

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

R = 47.06%
G = 19.05%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A84479 (or 0xA84479) is known color: Royal Heath. HEX triplet: A8, 44 and 79. RGB value is (168,68,121). Sum of RGB (Red+Green+Blue) = 168+68+121=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A84479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84479 is #57BB86. Grayscale: #676767. Windows color (decimal): -5749639 or 7947432. OLE color: 7947432.

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

Color convert

RGB 168 68 121 -
CMYK 0 0.60 0.28 0.34
HSL 328.2º 0.42% 0.46% -
HSV(B) 328.2º 0.6% 0.66% -
XYZ 21.67 13.84 19.62 -
YUV 103.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 168 68 121 0 0.60 0.28 0.34 328.2 0.42 0.46
Hex A8 44 79 0 3C 1C 22 148 2A 2E
Octal 250 104 171 0 74 34 42 510 52 56
Binary 10101000 1000100 1111001 0 111100 11100 100010 101001000 101010 101110

Color Harmonies of #A84479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84479

Black with #A84479

Text Example


Text Example

White with #A84479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84479; }

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

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

background-color css

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

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

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

border-color css

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

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

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