Html Css Color HEX #A65170 Royal Heath

📋 copy color: '#A65170'

red 166 ◦ green 81 ◦ blue 112

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

Shades of Royal Heath #A65170

Tints of Royal Heath #A65170

RGB

 RED value IS 166 (65.23% from 255) = 46.24%

 GREEN value IS 81 (32.03% from 255) = 22.56%

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

R = 46.24%
G = 22.56%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A65170 (or 0xA65170) is known color: Royal Heath. HEX triplet: A6, 51 and 70. RGB value is (166,81,112). Sum of RGB (Red+Green+Blue) = 166+81+112=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A65170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65170 is #59AE8F. Grayscale: #6D6D6D. Windows color (decimal): -5877392 or 7360934. OLE color: 7360934.

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

Color convert

RGB 166 81 112 -
CMYK 0 0.51 0.33 0.35
HSL 338.12º 0.34% 0.48% -
HSV(B) 338.12º 0.51% 0.65% -
XYZ 21.59 15.16 17.12 -
YUV 109.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 166 81 112 0 0.51 0.33 0.35 338.12 0.34 0.48
Hex A6 51 70 0 33 21 23 152 22 30
Octal 246 121 160 0 63 41 43 522 42 60
Binary 10100110 1010001 1110000 0 110011 100001 100011 101010010 100010 110000

Color Harmonies of #A65170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65170

Black with #A65170

Text Example


Text Example

White with #A65170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65170; }

 p { color: rgb(166,81,112); }

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

background-color css

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

 a { background-color: rgb(166,81,112); }

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

border-color css

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

 span { border-color: rgb(166,81,112); }

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