#AD75BE

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

Shades of East Side #AD75BE

Tints of East Side #AD75BE

Color information

#AD75BE (or 0xAD75BE) is unknown color: approx East Side. HEX triplet: AD, 75 and BE. RGB value is (173,117,190). Sum of RGB (Red+Green+Blue) = 173+117+190=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD75BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75BE is #528A41. Grayscale: #8D8D8D. Windows color (decimal): -5409346 or 12481965. OLE color: 12481965.

HSL color Cylindrical-coordinate representation of color #AD75BE: hue angle of 286.03º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD75BE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173117190-
CMYK0.090.3800.25
HSL286.03º35.96%60.2%-
HSV(B)286.03º38.42%74.51%-
XYZ32.8925.3251.87-
YUV142.07155.05150.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=36.04%
G=24.38%
B=39.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731171900.090.3800.25286.0335.9660.2
HexAD75BE92601911e243c
Octal25516527611460314364474
Binary101011011110101101111101001100110011001100011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75BE; }

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

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

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

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

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

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

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

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