Html Css Color HEX #A17BAD Ce Soir

📋 copy color: '#A17BAD'

red 161 ◦ green 123 ◦ blue 173

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

Shades of Ce Soir #A17BAD

Tints of Ce Soir #A17BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.91%

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

R = 35.23%
G = 26.91%
B = 37.86%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A17BAD (or 0xA17BAD) is known color: Ce Soir. HEX triplet: A1, 7B and AD. RGB value is (161,123,173). Sum of RGB (Red+Green+Blue) = 161+123+173=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A17BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17BAD is #5E8452. Grayscale: #8B8B8B. Windows color (decimal): -6194259 or 11369377. OLE color: 11369377.

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

Color convert

RGB 161 123 173 -
CMYK 0.07 0.29 0 0.32
HSL 285.6º 0.23% 0.58% -
HSV(B) 285.6º 0.29% 0.68% -
XYZ 29.32 24.76 42.77 -
YUV 140.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 161 123 173 0.07 0.29 0 0.32 285.6 0.23 0.58
Hex A1 7B AD 7 1D 0 20 11E 17 3A
Octal 241 173 255 7 35 0 40 436 27 72
Binary 10100001 1111011 10101101 111 11101 0 100000 100011110 10111 111010

Color Harmonies of #A17BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BAD

Black with #A17BAD

Text Example


Text Example

White with #A17BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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