Html Css Color HEX #A57AAE Ce Soir

📋 copy color: '#A57AAE'

red 165 ◦ green 122 ◦ blue 174

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

Shades of Ce Soir #A57AAE

Tints of Ce Soir #A57AAE

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

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

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

R = 35.79%
G = 26.46%
B = 37.74%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A57AAE (or 0xA57AAE) is known color: Ce Soir. HEX triplet: A5, 7A and AE. RGB value is (165,122,174). Sum of RGB (Red+Green+Blue) = 165+122+174=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #A57AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAE is #5A8551. Grayscale: #8C8C8C. Windows color (decimal): -5932370 or 11434661. OLE color: 11434661.

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

Color convert

RGB 165 122 174 -
CMYK 0.05 0.30 0 0.32
HSL 289.62º 0.24% 0.58% -
HSV(B) 289.62º 0.3% 0.68% -
XYZ 30.12 24.97 43.28 -
YUV 140.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 165 122 174 0.05 0.30 0 0.32 289.62 0.24 0.58
Hex A5 7A AE 5 1E 0 20 122 18 3A
Octal 245 172 256 5 36 0 40 442 30 72
Binary 10100101 1111010 10101110 101 11110 0 100000 100100010 11000 111010

Color Harmonies of #A57AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AAE

Black with #A57AAE

Text Example


Text Example

White with #A57AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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