Html Css Color HEX #A47BAC Ce Soir

📋 copy color: '#A47BAC'

red 164 ◦ green 123 ◦ blue 172

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

Shades of Ce Soir #A47BAC

Tints of Ce Soir #A47BAC

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 35.73%
G = 26.8%
B = 37.47%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A47BAC (or 0xA47BAC) is known color: Ce Soir. HEX triplet: A4, 7B and AC. RGB value is (164,123,172). Sum of RGB (Red+Green+Blue) = 164+123+172=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BAC is #5B8453. Grayscale: #8C8C8C. Windows color (decimal): -5997652 or 11303844. OLE color: 11303844.

HSL color Cylindrical-coordinate representation of color #A47BAC: hue angle of 290.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47BAC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 123 172 -
CMYK 0.05 0.28 0 0.33
HSL 290.2º 0.23% 0.58% -
HSV(B) 290.2º 0.28% 0.67% -
XYZ 29.84 25.04 42.29 -
YUV 140.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 164 123 172 0.05 0.28 0 0.33 290.2 0.23 0.58
Hex A4 7B AC 5 1C 0 21 122 17 3A
Octal 244 173 254 5 34 0 41 442 27 72
Binary 10100100 1111011 10101100 101 11100 0 100001 100100010 10111 111010

Color Harmonies of #A47BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BAC

Black with #A47BAC

Text Example


Text Example

White with #A47BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BAC; }

 p { color: rgb(164,123,172); }

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

background-color css

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

 a { background-color: rgb(164,123,172); }

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

border-color css

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

 span { border-color: rgb(164,123,172); }

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