Html Css Color HEX #A077AD Ce Soir

📋 copy color: '#A077AD'

red 160 ◦ green 119 ◦ blue 173

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

Shades of Ce Soir #A077AD

Tints of Ce Soir #A077AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 35.4%
G = 26.33%
B = 38.27%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A077AD (or 0xA077AD) is known color: Ce Soir. HEX triplet: A0, 77 and AD. RGB value is (160,119,173). Sum of RGB (Red+Green+Blue) = 160+119+173=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A077AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AD is #5F8852. Grayscale: #898989. Windows color (decimal): -6260819 or 11368352. OLE color: 11368352.

HSL color Cylindrical-coordinate representation of color #A077AD: hue angle of 285.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A077AD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 119 173 -
CMYK 0.08 0.31 0 0.32
HSL 285.56º 0.25% 0.57% -
HSV(B) 285.56º 0.31% 0.68% -
XYZ 28.64 23.68 42.6 -
YUV 137.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 160 119 173 0.08 0.31 0 0.32 285.56 0.25 0.57
Hex A0 77 AD 8 1F 0 20 11E 19 39
Octal 240 167 255 10 37 0 40 436 31 71
Binary 10100000 1110111 10101101 1000 11111 0 100000 100011110 11001 111001

Color Harmonies of #A077AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077AD

Black with #A077AD

Text Example


Text Example

White with #A077AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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