Html Css Color HEX #A65580 Royal Heath

📋 copy color: '#A65580'

red 166 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #A65580

Tints of Royal Heath #A65580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

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

R = 43.8%
G = 22.43%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65580 (or 0xA65580) is known color: Royal Heath. HEX triplet: A6, 55 and 80. RGB value is (166,85,128). Sum of RGB (Red+Green+Blue) = 166+85+128=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A65580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65580 is #59AA7F. Grayscale: #727272. Windows color (decimal): -5876352 or 8410534. OLE color: 8410534.

HSL color Cylindrical-coordinate representation of color #A65580: hue angle of 328.15º degrees, saturation: 0.32, 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 #A65580 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 128 -
CMYK 0 0.49 0.23 0.35
HSL 328.15º 0.32% 0.49% -
HSV(B) 328.15º 0.49% 0.65% -
XYZ 22.87 16.16 22.34 -
YUV 114.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 166 85 128 0 0.49 0.23 0.35 328.15 0.32 0.49
Hex A6 55 80 0 31 17 23 148 20 31
Octal 246 125 200 0 61 27 43 510 40 61
Binary 10100110 1010101 10000000 0 110001 10111 100011 101001000 100000 110001

Color Harmonies of #A65580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65580

Black with #A65580

Text Example


Text Example

White with #A65580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65580; }

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

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

background-color css

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

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

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

border-color css

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

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

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