Html Css Color HEX #A079AE Ce Soir

📋 copy color: '#A079AE'

red 160 ◦ green 121 ◦ blue 174

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

Shades of Ce Soir #A079AE

Tints of Ce Soir #A079AE

RGB

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

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

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

R = 35.16%
G = 26.59%
B = 38.24%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A079AE (or 0xA079AE) is known color: Ce Soir. HEX triplet: A0, 79 and AE. RGB value is (160,121,174). Sum of RGB (Red+Green+Blue) = 160+121+174=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #A079AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AE is #5F8651. Grayscale: #8A8A8A. Windows color (decimal): -6260306 or 11434400. OLE color: 11434400.

HSL color Cylindrical-coordinate representation of color #A079AE: hue angle of 284.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A079AE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 121 174 -
CMYK 0.08 0.30 0 0.32
HSL 284.15º 0.25% 0.58% -
HSV(B) 284.15º 0.3% 0.68% -
XYZ 28.97 24.2 43.19 -
YUV 138.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 160 121 174 0.08 0.30 0 0.32 284.15 0.25 0.58
Hex A0 79 AE 8 1E 0 20 11C 19 3A
Octal 240 171 256 10 36 0 40 434 31 72
Binary 10100000 1111001 10101110 1000 11110 0 100000 100011100 11001 111010

Color Harmonies of #A079AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079AE

Black with #A079AE

Text Example


Text Example

White with #A079AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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