Html Css Color HEX #A073AF Ce Soir

📋 copy color: '#A073AF'

red 160 ◦ green 115 ◦ blue 175

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

Shades of Ce Soir #A073AF

Tints of Ce Soir #A073AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 35.56%
G = 25.56%
B = 38.89%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A073AF (or 0xA073AF) is known color: Ce Soir. HEX triplet: A0, 73 and AF. RGB value is (160,115,175). Sum of RGB (Red+Green+Blue) = 160+115+175=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A073AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073AF is #5F8C50. Grayscale: #878787. Windows color (decimal): -6261841 or 11498400. OLE color: 11498400.

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

Color convert

RGB 160 115 175 -
CMYK 0.09 0.34 0 0.31
HSL 285º 0.27% 0.57% -
HSV(B) 285º 0.34% 0.69% -
XYZ 28.37 22.83 43.47 -
YUV 135.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 160 115 175 0.09 0.34 0 0.31 285 0.27 0.57
Hex A0 73 AF 9 22 0 1F 11D 1B 39
Octal 240 163 257 11 42 0 37 435 33 71
Binary 10100000 1110011 10101111 1001 100010 0 11111 100011101 11011 111001

Color Harmonies of #A073AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073AF

Black with #A073AF

Text Example


Text Example

White with #A073AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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