Html Css Color HEX #A379AE Ce Soir

📋 copy color: '#A379AE'

red 163 ◦ green 121 ◦ blue 174

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

Shades of Ce Soir #A379AE

Tints of Ce Soir #A379AE

RGB

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

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

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

R = 35.59%
G = 26.42%
B = 37.99%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A379AE (or 0xA379AE) is known color: Ce Soir. HEX triplet: A3, 79 and AE. RGB value is (163,121,174). Sum of RGB (Red+Green+Blue) = 163+121+174=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #A379AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379AE is #5C8651. Grayscale: #8B8B8B. Windows color (decimal): -6063698 or 11434403. OLE color: 11434403.

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

Color convert

RGB 163 121 174 -
CMYK 0.06 0.30 0 0.32
HSL 287.55º 0.25% 0.58% -
HSV(B) 287.55º 0.3% 0.68% -
XYZ 29.58 24.52 43.22 -
YUV 139.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 163 121 174 0.06 0.30 0 0.32 287.55 0.25 0.58
Hex A3 79 AE 6 1E 0 20 120 19 3A
Octal 243 171 256 6 36 0 40 440 31 72
Binary 10100011 1111001 10101110 110 11110 0 100000 100100000 11001 111010

Color Harmonies of #A379AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A379AE

Black with #A379AE

Text Example


Text Example

White with #A379AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A379AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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