Html Css Color HEX #A473AE Ce Soir

📋 copy color: '#A473AE'

red 164 ◦ green 115 ◦ blue 174

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

Shades of Ce Soir #A473AE

Tints of Ce Soir #A473AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

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

R = 36.2%
G = 25.39%
B = 38.41%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A473AE (or 0xA473AE) is known color: Ce Soir. HEX triplet: A4, 73 and AE. RGB value is (164,115,174). Sum of RGB (Red+Green+Blue) = 164+115+174=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #A473AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A473AE is #5B8C51. Grayscale: #888888. Windows color (decimal): -5999698 or 11432868. OLE color: 11432868.

HSL color Cylindrical-coordinate representation of color #A473AE: hue angle of 289.83º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A473AE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 115 174 -
CMYK 0.06 0.34 0 0.32
HSL 289.83º 0.27% 0.57% -
HSV(B) 289.83º 0.34% 0.68% -
XYZ 29.08 23.21 42.99 -
YUV 136.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 164 115 174 0.06 0.34 0 0.32 289.83 0.27 0.57
Hex A4 73 AE 6 22 0 20 122 1B 39
Octal 244 163 256 6 42 0 40 442 33 71
Binary 10100100 1110011 10101110 110 100010 0 100000 100100010 11011 111001

Color Harmonies of #A473AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473AE

Black with #A473AE

Text Example


Text Example

White with #A473AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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