Html Css Color HEX #A47AAF Ce Soir

📋 copy color: '#A47AAF'

red 164 ◦ green 122 ◦ blue 175

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

Shades of Ce Soir #A47AAF

Tints of Ce Soir #A47AAF

RGB

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

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

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

R = 35.57%
G = 26.46%
B = 37.96%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A47AAF (or 0xA47AAF) is known color: Ce Soir. HEX triplet: A4, 7A and AF. RGB value is (164,122,175). Sum of RGB (Red+Green+Blue) = 164+122+175=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #A47AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAF is #5B8550. Grayscale: #8C8C8C. Windows color (decimal): -5997905 or 11500196. OLE color: 11500196.

HSL color Cylindrical-coordinate representation of color #A47AAF: hue angle of 287.55º 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 #A47AAF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 122 175 -
CMYK 0.06 0.30 0 0.31
HSL 287.55º 0.25% 0.58% -
HSV(B) 287.55º 0.3% 0.69% -
XYZ 30.01 24.91 43.78 -
YUV 140.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 164 122 175 0.06 0.30 0 0.31 287.55 0.25 0.58
Hex A4 7A AF 6 1E 0 1F 120 19 3A
Octal 244 172 257 6 36 0 37 440 31 72
Binary 10100100 1111010 10101111 110 11110 0 11111 100100000 11001 111010

Color Harmonies of #A47AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47AAF

Black with #A47AAF

Text Example


Text Example

White with #A47AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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