Html Css Color HEX #A073AA Ce Soir

📋 copy color: '#A073AA'

red 160 ◦ green 115 ◦ blue 170

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

Shades of Ce Soir #A073AA

Tints of Ce Soir #A073AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 35.96%
G = 25.84%
B = 38.2%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A073AA (or 0xA073AA) is known color: Ce Soir. HEX triplet: A0, 73 and AA. RGB value is (160,115,170). Sum of RGB (Red+Green+Blue) = 160+115+170=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073AA is #5F8C55. Grayscale: #868686. Windows color (decimal): -6261846 or 11170720. OLE color: 11170720.

HSL color Cylindrical-coordinate representation of color #A073AA: hue angle of 289.09º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A073AA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 115 170 -
CMYK 0.06 0.32 0 0.33
HSL 289.09º 0.24% 0.56% -
HSV(B) 289.09º 0.32% 0.67% -
XYZ 27.88 22.64 40.93 -
YUV 134.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 160 115 170 0.06 0.32 0 0.33 289.09 0.24 0.56
Hex A0 73 AA 6 20 0 21 121 18 38
Octal 240 163 252 6 40 0 41 441 30 70
Binary 10100000 1110011 10101010 110 100000 0 100001 100100001 11000 111000

Color Harmonies of #A073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073AA

Black with #A073AA

Text Example


Text Example

White with #A073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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