Html Css Color HEX #A379AA Ce Soir

📋 copy color: '#A379AA'

red 163 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #A379AA

Tints of Ce Soir #A379AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 35.9%
G = 26.65%
B = 37.44%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A379AA (or 0xA379AA) is known color: Ce Soir. HEX triplet: A3, 79 and AA. RGB value is (163,121,170). Sum of RGB (Red+Green+Blue) = 163+121+170=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A379AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379AA is #5C8655. Grayscale: #8A8A8A. Windows color (decimal): -6063702 or 11172259. OLE color: 11172259.

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

Color convert

RGB 163 121 170 -
CMYK 0.04 0.29 0 0.33
HSL 291.43º 0.22% 0.57% -
HSV(B) 291.43º 0.29% 0.67% -
XYZ 29.2 24.36 41.19 -
YUV 139.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 163 121 170 0.04 0.29 0 0.33 291.43 0.22 0.57
Hex A3 79 AA 4 1D 0 21 123 16 39
Octal 243 171 252 4 35 0 41 443 26 71
Binary 10100011 1111001 10101010 100 11101 0 100001 100100011 10110 111001

Color Harmonies of #A379AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379AA

Black with #A379AA

Text Example


Text Example

White with #A379AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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