Html Css Color HEX #A076AC Ce Soir

📋 copy color: '#A076AC'

red 160 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #A076AC

Tints of Ce Soir #A076AC

RGB

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

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

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

R = 35.56%
G = 26.22%
B = 38.22%

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

#A076AC (or 0xA076AC) is known color: Ce Soir. HEX triplet: A0, 76 and AC. RGB value is (160,118,172). Sum of RGB (Red+Green+Blue) = 160+118+172=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #A076AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AC is #5F8953. Grayscale: #888888. Windows color (decimal): -6261076 or 11302560. OLE color: 11302560.

HSL color Cylindrical-coordinate representation of color #A076AC: hue angle of 286.67º degrees, saturation: 0.25, 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 #A076AC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 118 172 -
CMYK 0.07 0.31 0 0.33
HSL 286.67º 0.25% 0.57% -
HSV(B) 286.67º 0.31% 0.67% -
XYZ 28.42 23.41 42.05 -
YUV 136.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 160 118 172 0.07 0.31 0 0.33 286.67 0.25 0.57
Hex A0 76 AC 7 1F 0 21 11F 19 39
Octal 240 166 254 7 37 0 41 437 31 71
Binary 10100000 1110110 10101100 111 11111 0 100001 100011111 11001 111001

Color Harmonies of #A076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076AC

Black with #A076AC

Text Example


Text Example

White with #A076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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