Html Css Color HEX #A85470 Royal Heath

📋 copy color: '#A85470'

red 168 ◦ green 84 ◦ blue 112

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

Shades of Royal Heath #A85470

Tints of Royal Heath #A85470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 46.15%
G = 23.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A85470 (or 0xA85470) is known color: Royal Heath. HEX triplet: A8, 54 and 70. RGB value is (168,84,112). Sum of RGB (Red+Green+Blue) = 168+84+112=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A85470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85470 is #57AB8F. Grayscale: #707070. Windows color (decimal): -5745552 or 7361704. OLE color: 7361704.

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

Color convert

RGB 168 84 112 -
CMYK 0 0.5 0.33 0.34
HSL 340º 0.33% 0.49% -
HSV(B) 340º 0.5% 0.66% -
XYZ 22.24 15.84 17.21 -
YUV 112.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 168 84 112 0 0.5 0.33 0.34 340 0.33 0.49
Hex A8 54 70 0 32 21 22 154 21 31
Octal 250 124 160 0 62 41 42 524 41 61
Binary 10101000 1010100 1110000 0 110010 100001 100010 101010100 100001 110001

Color Harmonies of #A85470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85470

Black with #A85470

Text Example


Text Example

White with #A85470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85470; }

 p { color: rgb(168,84,112); }

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

background-color css

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

 a { background-color: rgb(168,84,112); }

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

border-color css

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

 span { border-color: rgb(168,84,112); }

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