Html Css Color HEX #A073AE Ce Soir

📋 copy color: '#A073AE'

red 160 ◦ green 115 ◦ blue 174

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

Shades of Ce Soir #A073AE

Tints of Ce Soir #A073AE

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

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

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

R = 35.63%
G = 25.61%
B = 38.75%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A073AE (or 0xA073AE) is known color: Ce Soir. HEX triplet: A0, 73 and AE. RGB value is (160,115,174). Sum of RGB (Red+Green+Blue) = 160+115+174=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A073AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073AE is #5F8C51. Grayscale: #868686. Windows color (decimal): -6261842 or 11432864. OLE color: 11432864.

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

Color convert

RGB 160 115 174 -
CMYK 0.08 0.34 0 0.32
HSL 285.76º 0.27% 0.57% -
HSV(B) 285.76º 0.34% 0.68% -
XYZ 28.27 22.79 42.95 -
YUV 135.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 160 115 174 0.08 0.34 0 0.32 285.76 0.27 0.57
Hex A0 73 AE 8 22 0 20 11E 1B 39
Octal 240 163 256 10 42 0 40 436 33 71
Binary 10100000 1110011 10101110 1000 100010 0 100000 100011110 11011 111001

Color Harmonies of #A073AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073AE

Black with #A073AE

Text Example


Text Example

White with #A073AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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