Html Css Color HEX #A84F78 Royal Heath

📋 copy color: '#A84F78'

red 168 ◦ green 79 ◦ blue 120

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

Shades of Royal Heath #A84F78

Tints of Royal Heath #A84F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

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

R = 45.78%
G = 21.53%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A84F78 (or 0xA84F78) is known color: Royal Heath. HEX triplet: A8, 4F and 78. RGB value is (168,79,120). Sum of RGB (Red+Green+Blue) = 168+79+120=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F78 is #57B087. Grayscale: #6E6E6E. Windows color (decimal): -5746824 or 7884712. OLE color: 7884712.

HSL color Cylindrical-coordinate representation of color #A84F78: hue angle of 332.36º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A84F78 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 120 -
CMYK 0 0.53 0.29 0.34
HSL 332.36º 0.36% 0.48% -
HSV(B) 332.36º 0.53% 0.66% -
XYZ 22.33 15.27 19.54 -
YUV 110.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 168 79 120 0 0.53 0.29 0.34 332.36 0.36 0.48
Hex A8 4F 78 0 35 1D 22 14C 24 30
Octal 250 117 170 0 65 35 42 514 44 60
Binary 10101000 1001111 1111000 0 110101 11101 100010 101001100 100100 110000

Color Harmonies of #A84F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F78

Black with #A84F78

Text Example


Text Example

White with #A84F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F78; }

 p { color: rgb(168,79,120); }

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

background-color css

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

 a { background-color: rgb(168,79,120); }

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

border-color css

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

 span { border-color: rgb(168,79,120); }

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