Html Css Color HEX #A076A9 Ce Soir

📋 copy color: '#A076A9'

red 160 ◦ green 118 ◦ blue 169

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

Shades of Ce Soir #A076A9

Tints of Ce Soir #A076A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.81%

R = 35.79%
G = 26.4%
B = 37.81%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A076A9 (or 0xA076A9) is known color: Ce Soir. HEX triplet: A0, 76 and A9. RGB value is (160,118,169). Sum of RGB (Red+Green+Blue) = 160+118+169=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #A076A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076A9 is #5F8956. Grayscale: #888888. Windows color (decimal): -6261079 or 11105952. OLE color: 11105952.

HSL color Cylindrical-coordinate representation of color #A076A9: hue angle of 289.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A076A9 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 118 169 -
CMYK 0.05 0.30 0 0.34
HSL 289.41º 0.23% 0.56% -
HSV(B) 289.41º 0.3% 0.66% -
XYZ 28.14 23.3 40.55 -
YUV 136.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 160 118 169 0.05 0.30 0 0.34 289.41 0.23 0.56
Hex A0 76 A9 5 1E 0 22 121 17 38
Octal 240 166 251 5 36 0 42 441 27 70
Binary 10100000 1110110 10101001 101 11110 0 100010 100100001 10111 111000

Color Harmonies of #A076A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076A9

Black with #A076A9

Text Example


Text Example

White with #A076A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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