Html Css Color HEX #A077AC Ce Soir

📋 copy color: '#A077AC'

red 160 ◦ green 119 ◦ blue 172

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

Shades of Ce Soir #A077AC

Tints of Ce Soir #A077AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 35.48%
G = 26.39%
B = 38.14%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A077AC (or 0xA077AC) is known color: Ce Soir. HEX triplet: A0, 77 and AC. RGB value is (160,119,172). Sum of RGB (Red+Green+Blue) = 160+119+172=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #A077AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AC is #5F8853. Grayscale: #898989. Windows color (decimal): -6260820 or 11302816. OLE color: 11302816.

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

Color convert

RGB 160 119 172 -
CMYK 0.07 0.31 0 0.33
HSL 286.42º 0.24% 0.57% -
HSV(B) 286.42º 0.31% 0.67% -
XYZ 28.54 23.65 42.09 -
YUV 137.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 160 119 172 0.07 0.31 0 0.33 286.42 0.24 0.57
Hex A0 77 AC 7 1F 0 21 11E 18 39
Octal 240 167 254 7 37 0 41 436 30 71
Binary 10100000 1110111 10101100 111 11111 0 100001 100011110 11000 111001

Color Harmonies of #A077AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077AC

Black with #A077AC

Text Example


Text Example

White with #A077AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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