Html Css Color HEX #A16CB6 Ce Soir

📋 copy color: '#A16CB6'

red 161 ◦ green 108 ◦ blue 182

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

Shades of Ce Soir #A16CB6

Tints of Ce Soir #A16CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.35%

R = 35.7%
G = 23.95%
B = 40.35%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A16CB6 (or 0xA16CB6) is known color: Ce Soir. HEX triplet: A1, 6C and B6. RGB value is (161,108,182). Sum of RGB (Red+Green+Blue) = 161+108+182=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #A16CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CB6 is #5E9349. Grayscale: #848484. Windows color (decimal): -6198090 or 11955361. OLE color: 11955361.

HSL color Cylindrical-coordinate representation of color #A16CB6: hue angle of 282.97º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A16CB6 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 108 182 -
CMYK 0.12 0.41 0 0.29
HSL 282.97º 0.34% 0.57% -
HSV(B) 282.97º 0.41% 0.71% -
XYZ 28.5 21.68 46.94 -
YUV 132.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 161 108 182 0.12 0.41 0 0.29 282.97 0.34 0.57
Hex A1 6C B6 C 29 0 1D 11B 22 39
Octal 241 154 266 14 51 0 35 433 42 71
Binary 10100001 1101100 10110110 1100 101001 0 11101 100011011 100010 111001

Color Harmonies of #A16CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CB6

Black with #A16CB6

Text Example


Text Example

White with #A16CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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