Html Css Color HEX #A17BAF Ce Soir

📋 copy color: '#A17BAF'

red 161 ◦ green 123 ◦ blue 175

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

Shades of Ce Soir #A17BAF

Tints of Ce Soir #A17BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 35.08%
G = 26.8%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A17BAF (or 0xA17BAF) is known color: Ce Soir. HEX triplet: A1, 7B and AF. RGB value is (161,123,175). Sum of RGB (Red+Green+Blue) = 161+123+175=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A17BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17BAF is #5E8450. Grayscale: #8C8C8C. Windows color (decimal): -6194257 or 11500449. OLE color: 11500449.

HSL color Cylindrical-coordinate representation of color #A17BAF: hue angle of 283.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17BAF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 123 175 -
CMYK 0.08 0.30 0 0.31
HSL 283.85º 0.25% 0.58% -
HSV(B) 283.85º 0.3% 0.69% -
XYZ 29.52 24.84 43.8 -
YUV 140.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 161 123 175 0.08 0.30 0 0.31 283.85 0.25 0.58
Hex A1 7B AF 8 1E 0 1F 11C 19 3A
Octal 241 173 257 10 36 0 37 434 31 72
Binary 10100001 1111011 10101111 1000 11110 0 11111 100011100 11001 111010

Color Harmonies of #A17BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BAF

Black with #A17BAF

Text Example


Text Example

White with #A17BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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