Html Css Color HEX #A16CAD Ce Soir

📋 copy color: '#A16CAD'

red 161 ◦ green 108 ◦ blue 173

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

Shades of Ce Soir #A16CAD

Tints of Ce Soir #A16CAD

RGB

 RED value IS 161 (63.28% from 255) = 36.43%

 GREEN value IS 108 (42.58% from 255) = 24.43%

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

R = 36.43%
G = 24.43%
B = 39.14%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A16CAD (or 0xA16CAD) is known color: Ce Soir. HEX triplet: A1, 6C and AD. RGB value is (161,108,173). Sum of RGB (Red+Green+Blue) = 161+108+173=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A16CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16CAD is #5E9352. Grayscale: #838383. Windows color (decimal): -6198099 or 11365537. OLE color: 11365537.

HSL color Cylindrical-coordinate representation of color #A16CAD: hue angle of 288.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16CAD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 108 173 -
CMYK 0.07 0.38 0 0.32
HSL 288.92º 0.28% 0.55% -
HSV(B) 288.92º 0.38% 0.68% -
XYZ 27.6 21.32 42.2 -
YUV 131.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 161 108 173 0.07 0.38 0 0.32 288.92 0.28 0.55
Hex A1 6C AD 7 26 0 20 121 1C 37
Octal 241 154 255 7 46 0 40 441 34 67
Binary 10100001 1101100 10101101 111 100110 0 100000 100100001 11100 110111

Color Harmonies of #A16CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CAD

Black with #A16CAD

Text Example


Text Example

White with #A16CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CAD; }

 p { color: rgb(161,108,173); }

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

background-color css

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

 a { background-color: rgb(161,108,173); }

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

border-color css

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

 span { border-color: rgb(161,108,173); }

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