Html Css Color HEX #A079AD Ce Soir

📋 copy color: '#A079AD'

red 160 ◦ green 121 ◦ blue 173

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

Shades of Ce Soir #A079AD

Tints of Ce Soir #A079AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 35.24%
G = 26.65%
B = 38.11%

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

#A079AD (or 0xA079AD) is known color: Ce Soir. HEX triplet: A0, 79 and AD. RGB value is (160,121,173). Sum of RGB (Red+Green+Blue) = 160+121+173=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A079AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AD is #5F8652. Grayscale: #8A8A8A. Windows color (decimal): -6260307 or 11368864. OLE color: 11368864.

HSL color Cylindrical-coordinate representation of color #A079AD: hue angle of 285º degrees, saturation: 0.24, 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 #A079AD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 121 173 -
CMYK 0.08 0.30 0 0.32
HSL 285º 0.24% 0.58% -
HSV(B) 285º 0.3% 0.68% -
XYZ 28.88 24.17 42.68 -
YUV 138.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 160 121 173 0.08 0.30 0 0.32 285 0.24 0.58
Hex A0 79 AD 8 1E 0 20 11D 18 3A
Octal 240 171 255 10 36 0 40 435 30 72
Binary 10100000 1111001 10101101 1000 11110 0 100000 100011101 11000 111010

Color Harmonies of #A079AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079AD

Black with #A079AD

Text Example


Text Example

White with #A079AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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