#AD75CB

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

Shades of East Side #AD75CB

Tints of East Side #AD75CB

Color information

#AD75CB (or 0xAD75CB) is unknown color: approx East Side. HEX triplet: AD, 75 and CB. RGB value is (173,117,203). Sum of RGB (Red+Green+Blue) = 173+117+203=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CB is #528A34. Grayscale: #8F8F8F. Windows color (decimal): -5409333 or 13333933. OLE color: 13333933.

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

Color convert

RGB173117203-
CMYK0.150.4200.20
HSL279.07º45.26%62.75%-
HSV(B)279.07º42.36%79.61%-
XYZ34.3725.9259.69-
YUV143.55161.55149.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=35.09%
G=23.73%
B=41.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731172030.150.4200.20279.0745.2662.75
HexAD75CBF2A0141172d3f
Octal25516531317520244275577
Binary101011011110101110010111111101010010100100010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75CB; }

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

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

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

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

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

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

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

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