Html Css Color HEX #A85071 Royal Heath

📋 copy color: '#A85071'

red 168 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #A85071

Tints of Royal Heath #A85071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 46.54%
G = 22.16%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A85071 (or 0xA85071) is known color: Royal Heath. HEX triplet: A8, 50 and 71. RGB value is (168,80,113). Sum of RGB (Red+Green+Blue) = 168+80+113=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A85071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85071 is #57AF8E. Grayscale: #6E6E6E. Windows color (decimal): -5746575 or 7426216. OLE color: 7426216.

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

Color convert

RGB 168 80 113 -
CMYK 0 0.52 0.33 0.34
HSL 337.5º 0.35% 0.49% -
HSV(B) 337.5º 0.52% 0.66% -
XYZ 22 15.25 17.41 -
YUV 110.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 168 80 113 0 0.52 0.33 0.34 337.5 0.35 0.49
Hex A8 50 71 0 34 21 22 152 23 31
Octal 250 120 161 0 64 41 42 522 43 61
Binary 10101000 1010000 1110001 0 110100 100001 100010 101010010 100011 110001

Color Harmonies of #A85071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85071

Black with #A85071

Text Example


Text Example

White with #A85071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85071; }

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

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

background-color css

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

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

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

border-color css

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

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

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