Html Css Color HEX #A079AC Ce Soir

📋 copy color: '#A079AC'

red 160 ◦ green 121 ◦ blue 172

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

Shades of Ce Soir #A079AC

Tints of Ce Soir #A079AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

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

R = 35.32%
G = 26.71%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A079AC (or 0xA079AC) is known color: Ce Soir. HEX triplet: A0, 79 and AC. RGB value is (160,121,172). Sum of RGB (Red+Green+Blue) = 160+121+172=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #A079AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AC is #5F8653. Grayscale: #8A8A8A. Windows color (decimal): -6260308 or 11303328. OLE color: 11303328.

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

Color convert

RGB 160 121 172 -
CMYK 0.07 0.30 0 0.33
HSL 285.88º 0.24% 0.57% -
HSV(B) 285.88º 0.3% 0.67% -
XYZ 28.78 24.13 42.17 -
YUV 138.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 160 121 172 0.07 0.30 0 0.33 285.88 0.24 0.57
Hex A0 79 AC 7 1E 0 21 11E 18 39
Octal 240 171 254 7 36 0 41 436 30 71
Binary 10100000 1111001 10101100 111 11110 0 100001 100011110 11000 111001

Color Harmonies of #A079AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079AC

Black with #A079AC

Text Example


Text Example

White with #A079AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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