Html Css Color HEX #A65679 Royal Heath

📋 copy color: '#A65679'

red 166 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #A65679

Tints of Royal Heath #A65679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.06%

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

R = 44.5%
G = 23.06%
B = 32.44%

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

#A65679 (or 0xA65679) is known color: Royal Heath. HEX triplet: A6, 56 and 79. RGB value is (166,86,121). Sum of RGB (Red+Green+Blue) = 166+86+121=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A65679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65679 is #59A986. Grayscale: #717171. Windows color (decimal): -5876103 or 7952038. OLE color: 7952038.

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

Color convert

RGB 166 86 121 -
CMYK 0 0.48 0.27 0.35
HSL 333.75º 0.32% 0.49% -
HSV(B) 333.75º 0.48% 0.65% -
XYZ 22.5 16.14 20.02 -
YUV 113.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 166 86 121 0 0.48 0.27 0.35 333.75 0.32 0.49
Hex A6 56 79 0 30 1B 23 14E 20 31
Octal 246 126 171 0 60 33 43 516 40 61
Binary 10100110 1010110 1111001 0 110000 11011 100011 101001110 100000 110001

Color Harmonies of #A65679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65679

Black with #A65679

Text Example


Text Example

White with #A65679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65679; }

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

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

background-color css

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

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

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

border-color css

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

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

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