Html Css Color HEX #A65470 Royal Heath

📋 copy color: '#A65470'

red 166 ◦ green 84 ◦ blue 112

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

Shades of Royal Heath #A65470

Tints of Royal Heath #A65470

RGB

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

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

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

R = 45.86%
G = 23.2%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A65470 (or 0xA65470) is known color: Royal Heath. HEX triplet: A6, 54 and 70. RGB value is (166,84,112). Sum of RGB (Red+Green+Blue) = 166+84+112=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A65470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65470 is #59AB8F. Grayscale: #6F6F6F. Windows color (decimal): -5876624 or 7361702. OLE color: 7361702.

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

Color convert

RGB 166 84 112 -
CMYK 0 0.49 0.33 0.35
HSL 339.51º 0.33% 0.49% -
HSV(B) 339.51º 0.49% 0.65% -
XYZ 21.82 15.62 17.19 -
YUV 111.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 166 84 112 0 0.49 0.33 0.35 339.51 0.33 0.49
Hex A6 54 70 0 31 21 23 154 21 31
Octal 246 124 160 0 61 41 43 524 41 61
Binary 10100110 1010100 1110000 0 110001 100001 100011 101010100 100001 110001

Color Harmonies of #A65470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65470

Black with #A65470

Text Example


Text Example

White with #A65470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65470; }

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

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

background-color css

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

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

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

border-color css

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

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

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