#AD75C1

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

Shades of East Side #AD75C1

Tints of East Side #AD75C1

Color information

#AD75C1 (or 0xAD75C1) is unknown color: approx East Side. HEX triplet: AD, 75 and C1. RGB value is (173,117,193). Sum of RGB (Red+Green+Blue) = 173+117+193=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75C1 is #528A3E. Grayscale: #8E8E8E. Windows color (decimal): -5409343 or 12678573. OLE color: 12678573.

HSL color Cylindrical-coordinate representation of color #AD75C1: hue angle of 284.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD75C1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173117193-
CMYK0.100.3900.24
HSL284.21º38%60.78%-
HSV(B)284.21º39.38%75.69%-
XYZ33.2225.4653.61-
YUV142.41156.55149.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=35.82%
G=24.22%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731171930.100.3900.24284.213860.78
HexAD75C1A2701811c263d
Octal25516530112470304344675
Binary101011011110101110000011010100111011000100011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75C1; }

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

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

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

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

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

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

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

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