#A075AA

Color #A075AA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A075AA

Tints of Ce Soir #A075AA

Color information

#A075AA (or 0xA075AA) is unknown color: approx Ce Soir. HEX triplet: A0, 75 and AA. RGB value is (160,117,170). Sum of RGB (Red+Green+Blue) = 160+117+170=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #A075AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AA is #5F8A55. Grayscale: #878787. Windows color (decimal): -6261334 or 11171232. OLE color: 11171232.

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

Color convert

RGB160117170-
CMYK0.060.3100.33
HSL288.68º23.77%56.27%-
HSV(B)288.68º31.18%66.67%-
XYZ28.1123.141.01-
YUV135.9147.25145.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=35.79%
G=26.17%
B=38.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601171700.060.3100.33288.6823.7756.27
HexA075AA61F0211211838
Octal2401652526370414413070
Binary1010000011101011010101011011111010000110010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075AA; }

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

 H1.HeaderClassName
 {
   color: #A075AA;
 }
 .AnyTagClassName
 {
   color: #A075AA;
 }
</style>
background-color css

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

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

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

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

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

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