Html Css Color HEX #A65779 Royal Heath

📋 copy color: '#A65779'

red 166 ◦ green 87 ◦ blue 121

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

Shades of Royal Heath #A65779

Tints of Royal Heath #A65779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 44.39%
G = 23.26%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A65779 (or 0xA65779) is known color: Royal Heath. HEX triplet: A6, 57 and 79. RGB value is (166,87,121). Sum of RGB (Red+Green+Blue) = 166+87+121=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A65779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65779 is #59A886. Grayscale: #727272. Windows color (decimal): -5875847 or 7952294. OLE color: 7952294.

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

Color convert

RGB 166 87 121 -
CMYK 0 0.48 0.27 0.35
HSL 334.18º 0.31% 0.5% -
HSV(B) 334.18º 0.48% 0.65% -
XYZ 22.59 16.3 20.05 -
YUV 114.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 166 87 121 0 0.48 0.27 0.35 334.18 0.31 0.5
Hex A6 57 79 0 30 1B 23 14E 1F 32
Octal 246 127 171 0 60 33 43 516 37 62
Binary 10100110 1010111 1111001 0 110000 11011 100011 101001110 11111 110010

Color Harmonies of #A65779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65779

Black with #A65779

Text Example


Text Example

White with #A65779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65779; }

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

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

background-color css

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

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

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

border-color css

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

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

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