Html Css Color HEX #A077AA Ce Soir

📋 copy color: '#A077AA'

red 160 ◦ green 119 ◦ blue 170

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

Shades of Ce Soir #A077AA

Tints of Ce Soir #A077AA

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 119 (46.88% from 255) = 26.5%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 35.63%
G = 26.5%
B = 37.86%

CMYK

 C value IS 0.06

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A077AA (or 0xA077AA) is known color: Ce Soir. HEX triplet: A0, 77 and AA. RGB value is (160,119,170). Sum of RGB (Red+Green+Blue) = 160+119+170=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A077AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AA is #5F8855. Grayscale: #888888. Windows color (decimal): -6260822 or 11171744. OLE color: 11171744.

HSL color Cylindrical-coordinate representation of color #A077AA: hue angle of 288.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A077AA is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 119 170 -
CMYK 0.06 0.3 0 0.33
HSL 288.24º 0.23% 0.57% -
HSV(B) 288.24º 0.3% 0.67% -
XYZ 28.35 23.57 41.09 -
YUV 137.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 160 119 170 0.06 0.3 0 0.33 288.24 0.23 0.57
Hex A0 77 AA 6 1E 0 21 120 17 39
Octal 240 167 252 6 36 0 41 440 27 71
Binary 10100000 1110111 10101010 110 11110 0 100001 100100000 10111 111001

Color Harmonies of #A077AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077AA

Black with #A077AA

Text Example


Text Example

White with #A077AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077AA; }

 p { color: rgb(160,119,170); }

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

background-color css

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

 a { background-color: rgb(160,119,170); }

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

border-color css

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

 span { border-color: rgb(160,119,170); }

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