Html Css Color HEX #A65780 Royal Heath

📋 copy color: '#A65780'

red 166 ◦ green 87 ◦ blue 128

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

Shades of Royal Heath #A65780

Tints of Royal Heath #A65780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 43.57%
G = 22.83%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65780 (or 0xA65780) is known color: Royal Heath. HEX triplet: A6, 57 and 80. RGB value is (166,87,128). Sum of RGB (Red+Green+Blue) = 166+87+128=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A65780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65780 is #59A87F. Grayscale: #737373. Windows color (decimal): -5875840 or 8411046. OLE color: 8411046.

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

Color convert

RGB 166 87 128 -
CMYK 0 0.48 0.23 0.35
HSL 328.86º 0.31% 0.5% -
HSV(B) 328.86º 0.48% 0.65% -
XYZ 23.03 16.48 22.39 -
YUV 115.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 166 87 128 0 0.48 0.23 0.35 328.86 0.31 0.5
Hex A6 57 80 0 30 17 23 149 1F 32
Octal 246 127 200 0 60 27 43 511 37 62
Binary 10100110 1010111 10000000 0 110000 10111 100011 101001001 11111 110010

Color Harmonies of #A65780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65780

Black with #A65780

Text Example


Text Example

White with #A65780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65780; }

 p { color: rgb(166,87,128); }

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

background-color css

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

 a { background-color: rgb(166,87,128); }

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

border-color css

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

 span { border-color: rgb(166,87,128); }

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