Html Css Color HEX #A379AB Ce Soir

📋 copy color: '#A379AB'

red 163 ◦ green 121 ◦ blue 171

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

Shades of Ce Soir #A379AB

Tints of Ce Soir #A379AB

RGB

 RED value IS 163 (64.06% from 255) = 35.82%

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

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

R = 35.82%
G = 26.59%
B = 37.58%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A379AB (or 0xA379AB) is known color: Ce Soir. HEX triplet: A3, 79 and AB. RGB value is (163,121,171). Sum of RGB (Red+Green+Blue) = 163+121+171=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A379AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379AB is #5C8654. Grayscale: #8B8B8B. Windows color (decimal): -6063701 or 11237795. OLE color: 11237795.

HSL color Cylindrical-coordinate representation of color #A379AB: hue angle of 290.4º 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 #A379AB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 121 171 -
CMYK 0.05 0.29 0 0.33
HSL 290.4º 0.23% 0.57% -
HSV(B) 290.4º 0.29% 0.67% -
XYZ 29.29 24.4 41.69 -
YUV 139.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 163 121 171 0.05 0.29 0 0.33 290.4 0.23 0.57
Hex A3 79 AB 5 1D 0 21 122 17 39
Octal 243 171 253 5 35 0 41 442 27 71
Binary 10100011 1111001 10101011 101 11101 0 100001 100100010 10111 111001

Color Harmonies of #A379AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379AB

Black with #A379AB

Text Example


Text Example

White with #A379AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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