Html Css Color HEX #A84571 Royal Heath

📋 copy color: '#A84571'

red 168 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #A84571

Tints of Royal Heath #A84571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 48%
G = 19.71%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A84571 (or 0xA84571) is known color: Royal Heath. HEX triplet: A8, 45 and 71. RGB value is (168,69,113). Sum of RGB (Red+Green+Blue) = 168+69+113=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A84571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84571 is #57BA8E. Grayscale: #676767. Windows color (decimal): -5749391 or 7423400. OLE color: 7423400.

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

Color convert

RGB 168 69 113 -
CMYK 0 0.59 0.33 0.34
HSL 333.33º 0.42% 0.46% -
HSV(B) 333.33º 0.59% 0.66% -
XYZ 21.26 13.77 17.16 -
YUV 103.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 168 69 113 0 0.59 0.33 0.34 333.33 0.42 0.46
Hex A8 45 71 0 3B 21 22 14D 2A 2E
Octal 250 105 161 0 73 41 42 515 52 56
Binary 10101000 1000101 1110001 0 111011 100001 100010 101001101 101010 101110

Color Harmonies of #A84571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84571

Black with #A84571

Text Example


Text Example

White with #A84571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84571; }

 p { color: rgb(168,69,113); }

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

background-color css

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

 a { background-color: rgb(168,69,113); }

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

border-color css

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

 span { border-color: rgb(168,69,113); }

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