Html Css Color HEX #A473AD Ce Soir

📋 copy color: '#A473AD'

red 164 ◦ green 115 ◦ blue 173

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

Shades of Ce Soir #A473AD

Tints of Ce Soir #A473AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 36.28%
G = 25.44%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A473AD (or 0xA473AD) is known color: Ce Soir. HEX triplet: A4, 73 and AD. RGB value is (164,115,173). Sum of RGB (Red+Green+Blue) = 164+115+173=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A473AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A473AD is #5B8C52. Grayscale: #888888. Windows color (decimal): -5999699 or 11367332. OLE color: 11367332.

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

Color convert

RGB 164 115 173 -
CMYK 0.05 0.34 0 0.32
HSL 290.69º 0.26% 0.56% -
HSV(B) 290.69º 0.34% 0.68% -
XYZ 28.98 23.17 42.48 -
YUV 136.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 164 115 173 0.05 0.34 0 0.32 290.69 0.26 0.56
Hex A4 73 AD 5 22 0 20 123 1A 38
Octal 244 163 255 5 42 0 40 443 32 70
Binary 10100100 1110011 10101101 101 100010 0 100000 100100011 11010 111000

Color Harmonies of #A473AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473AD

Black with #A473AD

Text Example


Text Example

White with #A473AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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