Html Css Color HEX #A076AE Ce Soir

📋 copy color: '#A076AE'

red 160 ◦ green 118 ◦ blue 174

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

Shades of Ce Soir #A076AE

Tints of Ce Soir #A076AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 35.4%
G = 26.11%
B = 38.5%

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

#A076AE (or 0xA076AE) is known color: Ce Soir. HEX triplet: A0, 76 and AE. RGB value is (160,118,174). Sum of RGB (Red+Green+Blue) = 160+118+174=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A076AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AE is #5F8951. Grayscale: #888888. Windows color (decimal): -6261074 or 11433632. OLE color: 11433632.

HSL color Cylindrical-coordinate representation of color #A076AE: hue angle of 285º degrees, saturation: 0.26, 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 #A076AE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 118 174 -
CMYK 0.08 0.32 0 0.32
HSL 285º 0.26% 0.57% -
HSV(B) 285º 0.32% 0.68% -
XYZ 28.62 23.49 43.07 -
YUV 136.94 148.91 144.45 -
System Red Green Blue C M Y K H S L
Decimal 160 118 174 0.08 0.32 0 0.32 285 0.26 0.57
Hex A0 76 AE 8 20 0 20 11D 1A 39
Octal 240 166 256 10 40 0 40 435 32 71
Binary 10100000 1110110 10101110 1000 100000 0 100000 100011101 11010 111001

Color Harmonies of #A076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076AE

Black with #A076AE

Text Example


Text Example

White with #A076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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