Html Css Color HEX #A84875 Royal Heath

📋 copy color: '#A84875'

red 168 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #A84875

Tints of Royal Heath #A84875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 47.06%
G = 20.17%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84875 (or 0xA84875) is known color: Royal Heath. HEX triplet: A8, 48 and 75. RGB value is (168,72,117). Sum of RGB (Red+Green+Blue) = 168+72+117=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A84875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84875 is #57B78A. Grayscale: #696969. Windows color (decimal): -5748619 or 7686312. OLE color: 7686312.

HSL color Cylindrical-coordinate representation of color #A84875: hue angle of 331.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84875 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 117 -
CMYK 0 0.57 0.30 0.34
HSL 331.88º 0.4% 0.47% -
HSV(B) 331.88º 0.57% 0.66% -
XYZ 21.68 14.24 18.44 -
YUV 105.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 168 72 117 0 0.57 0.30 0.34 331.88 0.4 0.47
Hex A8 48 75 0 39 1E 22 14C 28 2F
Octal 250 110 165 0 71 36 42 514 50 57
Binary 10101000 1001000 1110101 0 111001 11110 100010 101001100 101000 101111

Color Harmonies of #A84875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84875

Black with #A84875

Text Example


Text Example

White with #A84875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84875; }

 p { color: rgb(168,72,117); }

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

background-color css

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

 a { background-color: rgb(168,72,117); }

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

border-color css

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

 span { border-color: rgb(168,72,117); }

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