Html Css Color HEX #A079AB Ce Soir

📋 copy color: '#A079AB'

red 160 ◦ green 121 ◦ blue 171

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

Shades of Ce Soir #A079AB

Tints of Ce Soir #A079AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 35.4%
G = 26.77%
B = 37.83%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A079AB (or 0xA079AB) is known color: Ce Soir. HEX triplet: A0, 79 and AB. RGB value is (160,121,171). Sum of RGB (Red+Green+Blue) = 160+121+171=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A079AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AB is #5F8654. Grayscale: #8A8A8A. Windows color (decimal): -6260309 or 11237792. OLE color: 11237792.

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

Color convert

RGB 160 121 171 -
CMYK 0.06 0.29 0 0.33
HSL 286.8º 0.23% 0.57% -
HSV(B) 286.8º 0.29% 0.67% -
XYZ 28.69 24.09 41.67 -
YUV 138.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 160 121 171 0.06 0.29 0 0.33 286.8 0.23 0.57
Hex A0 79 AB 6 1D 0 21 11F 17 39
Octal 240 171 253 6 35 0 41 437 27 71
Binary 10100000 1111001 10101011 110 11101 0 100001 100011111 10111 111001

Color Harmonies of #A079AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079AB

Black with #A079AB

Text Example


Text Example

White with #A079AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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