Html Css Color HEX #A65178 Royal Heath

📋 copy color: '#A65178'

red 166 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #A65178

Tints of Royal Heath #A65178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 45.23%
G = 22.07%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A65178 (or 0xA65178) is known color: Royal Heath. HEX triplet: A6, 51 and 78. RGB value is (166,81,120). Sum of RGB (Red+Green+Blue) = 166+81+120=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A65178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65178 is #59AE87. Grayscale: #6E6E6E. Windows color (decimal): -5877384 or 7885222. OLE color: 7885222.

HSL color Cylindrical-coordinate representation of color #A65178: hue angle of 332.47º 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 #A65178 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 120 -
CMYK 0 0.51 0.28 0.35
HSL 332.47º 0.34% 0.48% -
HSV(B) 332.47º 0.51% 0.65% -
XYZ 22.06 15.35 19.57 -
YUV 110.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 166 81 120 0 0.51 0.28 0.35 332.47 0.34 0.48
Hex A6 51 78 0 33 1C 23 14C 22 30
Octal 246 121 170 0 63 34 43 514 42 60
Binary 10100110 1010001 1111000 0 110011 11100 100011 101001100 100010 110000

Color Harmonies of #A65178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65178

Black with #A65178

Text Example


Text Example

White with #A65178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65178; }

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

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

background-color css

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

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

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

border-color css

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

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

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