Html Css Color HEX #A17CAF Ce Soir

📋 copy color: '#A17CAF'

red 161 ◦ green 124 ◦ blue 175

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

Shades of Ce Soir #A17CAF

Tints of Ce Soir #A17CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

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

R = 35%
G = 26.96%
B = 38.04%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A17CAF (or 0xA17CAF) is known color: Ce Soir. HEX triplet: A1, 7C and AF. RGB value is (161,124,175). Sum of RGB (Red+Green+Blue) = 161+124+175=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #A17CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17CAF is #5E8350. Grayscale: #8C8C8C. Windows color (decimal): -6194001 or 11500705. OLE color: 11500705.

HSL color Cylindrical-coordinate representation of color #A17CAF: hue angle of 283.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17CAF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 124 175 -
CMYK 0.08 0.29 0 0.31
HSL 283.53º 0.24% 0.59% -
HSV(B) 283.53º 0.29% 0.69% -
XYZ 29.64 25.09 43.84 -
YUV 140.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 161 124 175 0.08 0.29 0 0.31 283.53 0.24 0.59
Hex A1 7C AF 8 1D 0 1F 11C 18 3B
Octal 241 174 257 10 35 0 37 434 30 73
Binary 10100001 1111100 10101111 1000 11101 0 11111 100011100 11000 111011

Color Harmonies of #A17CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CAF

Black with #A17CAF

Text Example


Text Example

White with #A17CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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