Html Css Color HEX #A076AA Ce Soir

📋 copy color: '#A076AA'

red 160 ◦ green 118 ◦ blue 170

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

Shades of Ce Soir #A076AA

Tints of Ce Soir #A076AA

RGB

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

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

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

R = 35.71%
G = 26.34%
B = 37.95%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A076AA (or 0xA076AA) is known color: Ce Soir. HEX triplet: A0, 76 and AA. RGB value is (160,118,170). Sum of RGB (Red+Green+Blue) = 160+118+170=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A076AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AA is #5F8955. Grayscale: #888888. Windows color (decimal): -6261078 or 11171488. OLE color: 11171488.

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

Color convert

RGB 160 118 170 -
CMYK 0.06 0.31 0 0.33
HSL 288.46º 0.23% 0.56% -
HSV(B) 288.46º 0.31% 0.67% -
XYZ 28.23 23.33 41.05 -
YUV 136.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 160 118 170 0.06 0.31 0 0.33 288.46 0.23 0.56
Hex A0 76 AA 6 1F 0 21 120 17 38
Octal 240 166 252 6 37 0 41 440 27 70
Binary 10100000 1110110 10101010 110 11111 0 100001 100100000 10111 111000

Color Harmonies of #A076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076AA

Black with #A076AA

Text Example


Text Example

White with #A076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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