Html Css Color HEX #A076AD Ce Soir

📋 copy color: '#A076AD'

red 160 ◦ green 118 ◦ blue 173

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

Shades of Ce Soir #A076AD

Tints of Ce Soir #A076AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 35.48%
G = 26.16%
B = 38.36%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A076AD (or 0xA076AD) is known color: Ce Soir. HEX triplet: A0, 76 and AD. RGB value is (160,118,173). Sum of RGB (Red+Green+Blue) = 160+118+173=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A076AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AD is #5F8952. Grayscale: #888888. Windows color (decimal): -6261075 or 11368096. OLE color: 11368096.

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

Color convert

RGB 160 118 173 -
CMYK 0.08 0.32 0 0.32
HSL 285.82º 0.25% 0.57% -
HSV(B) 285.82º 0.32% 0.68% -
XYZ 28.52 23.45 42.56 -
YUV 136.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 160 118 173 0.08 0.32 0 0.32 285.82 0.25 0.57
Hex A0 76 AD 8 20 0 20 11E 19 39
Octal 240 166 255 10 40 0 40 436 31 71
Binary 10100000 1110110 10101101 1000 100000 0 100000 100011110 11001 111001

Color Harmonies of #A076AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076AD

Black with #A076AD

Text Example


Text Example

White with #A076AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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