Html Css Color HEX #A16FB4 Ce Soir

📋 copy color: '#A16FB4'

red 161 ◦ green 111 ◦ blue 180

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

Shades of Ce Soir #A16FB4

Tints of Ce Soir #A16FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.82%

R = 35.62%
G = 24.56%
B = 39.82%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A16FB4 (or 0xA16FB4) is known color: Ce Soir. HEX triplet: A1, 6F and B4. RGB value is (161,111,180). Sum of RGB (Red+Green+Blue) = 161+111+180=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #A16FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FB4 is #5E904B. Grayscale: #858585. Windows color (decimal): -6197324 or 11825057. OLE color: 11825057.

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

Color convert

RGB 161 111 180 -
CMYK 0.11 0.38 0 0.29
HSL 283.48º 0.32% 0.57% -
HSV(B) 283.48º 0.38% 0.71% -
XYZ 28.62 22.24 45.96 -
YUV 133.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 161 111 180 0.11 0.38 0 0.29 283.48 0.32 0.57
Hex A1 6F B4 B 26 0 1D 11B 20 39
Octal 241 157 264 13 46 0 35 433 40 71
Binary 10100001 1101111 10110100 1011 100110 0 11101 100011011 100000 111001

Color Harmonies of #A16FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16FB4

Black with #A16FB4

Text Example


Text Example

White with #A16FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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