Html Css Color HEX #A47AAE Ce Soir

📋 copy color: '#A47AAE'

red 164 ◦ green 122 ◦ blue 174

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

Shades of Ce Soir #A47AAE

Tints of Ce Soir #A47AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

 BLUE value IS 174 (68.36% from 255) = 37.83%

R = 35.65%
G = 26.52%
B = 37.83%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A47AAE (or 0xA47AAE) is known color: Ce Soir. HEX triplet: A4, 7A and AE. RGB value is (164,122,174). Sum of RGB (Red+Green+Blue) = 164+122+174=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A47AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAE is #5B8551. Grayscale: #8C8C8C. Windows color (decimal): -5997906 or 11434660. OLE color: 11434660.

HSL color Cylindrical-coordinate representation of color #A47AAE: hue angle of 288.46º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47AAE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 122 174 -
CMYK 0.06 0.30 0 0.32
HSL 288.46º 0.24% 0.58% -
HSV(B) 288.46º 0.3% 0.68% -
XYZ 29.91 24.87 43.27 -
YUV 140.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 164 122 174 0.06 0.30 0 0.32 288.46 0.24 0.58
Hex A4 7A AE 6 1E 0 20 120 18 3A
Octal 244 172 256 6 36 0 40 440 30 72
Binary 10100100 1111010 10101110 110 11110 0 100000 100100000 11000 111010

Color Harmonies of #A47AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AAE

Black with #A47AAE

Text Example


Text Example

White with #A47AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AAE; }

 p { color: rgb(164,122,174); }

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

background-color css

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

 a { background-color: rgb(164,122,174); }

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

border-color css

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

 span { border-color: rgb(164,122,174); }

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