#AD75CA

Color #AD75CA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD75CA

Tints of East Side #AD75CA

Color information

#AD75CA (or 0xAD75CA) is unknown color: approx East Side. HEX triplet: AD, 75 and CA. RGB value is (173,117,202). Sum of RGB (Red+Green+Blue) = 173+117+202=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD75CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CA is #528A35. Grayscale: #8F8F8F. Windows color (decimal): -5409334 or 13268397. OLE color: 13268397.

HSL color Cylindrical-coordinate representation of color #AD75CA: hue angle of 279.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD75CA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173117202-
CMYK0.140.4200.21
HSL279.53º44.5%62.55%-
HSV(B)279.53º42.08%79.22%-
XYZ34.2625.8759.07-
YUV143.43161.05149.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=35.16%
G=23.78%
B=41.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731172020.140.4200.21279.5344.562.55
HexAD75CAE2A0151182d3f
Octal25516531216520254305577
Binary101011011110101110010101110101010010101100011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75CA; }

 p { color: rgb(173,117,202); }

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

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

 a { background-color: rgb(173,117,202); }

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

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

 span { border-color: rgb(173,117,202); }

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