Html Css Color HEX #A57AAC Ce Soir

📋 copy color: '#A57AAC'

red 165 ◦ green 122 ◦ blue 172

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

Shades of Ce Soir #A57AAC

Tints of Ce Soir #A57AAC

RGB

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

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

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

R = 35.95%
G = 26.58%
B = 37.47%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A57AAC (or 0xA57AAC) is known color: Ce Soir. HEX triplet: A5, 7A and AC. RGB value is (165,122,172). Sum of RGB (Red+Green+Blue) = 165+122+172=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 122 (48.05% from 255 or 26.58% 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 #A57AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAC is #5A8553. Grayscale: #8C8C8C. Windows color (decimal): -5932372 or 11303589. OLE color: 11303589.

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

Color convert

RGB 165 122 172 -
CMYK 0.04 0.29 0 0.33
HSL 291.6º 0.23% 0.58% -
HSV(B) 291.6º 0.29% 0.67% -
XYZ 29.92 24.9 42.26 -
YUV 140.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 165 122 172 0.04 0.29 0 0.33 291.6 0.23 0.58
Hex A5 7A AC 4 1D 0 21 124 17 3A
Octal 245 172 254 4 35 0 41 444 27 72
Binary 10100101 1111010 10101100 100 11101 0 100001 100100100 10111 111010

Color Harmonies of #A57AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AAC

Black with #A57AAC

Text Example


Text Example

White with #A57AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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