Html Css Color HEX #A84874 Royal Heath

📋 copy color: '#A84874'

red 168 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #A84874

Tints of Royal Heath #A84874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 47.19%
G = 20.22%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A84874 (or 0xA84874) is known color: Royal Heath. HEX triplet: A8, 48 and 74. RGB value is (168,72,116). Sum of RGB (Red+Green+Blue) = 168+72+116=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A84874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84874 is #57B78B. Grayscale: #696969. Windows color (decimal): -5748620 or 7620776. OLE color: 7620776.

HSL color Cylindrical-coordinate representation of color #A84874: hue angle of 332.5º 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 #A84874 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 116 -
CMYK 0 0.57 0.31 0.34
HSL 332.5º 0.4% 0.47% -
HSV(B) 332.5º 0.57% 0.66% -
XYZ 21.62 14.22 18.13 -
YUV 105.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 168 72 116 0 0.57 0.31 0.34 332.5 0.4 0.47
Hex A8 48 74 0 39 1F 22 14C 28 2F
Octal 250 110 164 0 71 37 42 514 50 57
Binary 10101000 1001000 1110100 0 111001 11111 100010 101001100 101000 101111

Color Harmonies of #A84874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84874

Black with #A84874

Text Example


Text Example

White with #A84874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84874; }

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

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

background-color css

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

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

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

border-color css

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

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

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