Html Css Color HEX #A16FAD Ce Soir

📋 copy color: '#A16FAD'

red 161 ◦ green 111 ◦ blue 173

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

Shades of Ce Soir #A16FAD

Tints of Ce Soir #A16FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

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

R = 36.18%
G = 24.94%
B = 38.88%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A16FAD (or 0xA16FAD) is known color: Ce Soir. HEX triplet: A1, 6F and AD. RGB value is (161,111,173). Sum of RGB (Red+Green+Blue) = 161+111+173=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A16FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16FAD is #5E9052. Grayscale: #848484. Windows color (decimal): -6197331 or 11366305. OLE color: 11366305.

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

Color convert

RGB 161 111 173 -
CMYK 0.07 0.36 0 0.32
HSL 288.39º 0.27% 0.56% -
HSV(B) 288.39º 0.36% 0.68% -
XYZ 27.93 21.96 42.3 -
YUV 133.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 161 111 173 0.07 0.36 0 0.32 288.39 0.27 0.56
Hex A1 6F AD 7 24 0 20 120 1B 38
Octal 241 157 255 7 44 0 40 440 33 70
Binary 10100001 1101111 10101101 111 100100 0 100000 100100000 11011 111000

Color Harmonies of #A16FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FAD

Black with #A16FAD

Text Example


Text Example

White with #A16FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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