#AD75C4

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

Shades of East Side #AD75C4

Tints of East Side #AD75C4

Color information

#AD75C4 (or 0xAD75C4) is unknown color: approx East Side. HEX triplet: AD, 75 and C4. RGB value is (173,117,196). Sum of RGB (Red+Green+Blue) = 173+117+196=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD75C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75C4 is #528A3B. Grayscale: #8E8E8E. Windows color (decimal): -5409340 or 12875181. OLE color: 12875181.

HSL color Cylindrical-coordinate representation of color #AD75C4: hue angle of 282.53º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD75C4 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173117196-
CMYK0.120.4000.23
HSL282.53º40.1%61.37%-
HSV(B)282.53º40.31%76.86%-
XYZ33.5625.5955.4-
YUV142.75158.05149.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 196 (76.95% from 255) = 40.33%
R=35.60%
G=24.07%
B=40.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731171960.120.4000.23282.5340.161.37
HexAD75C4C2801711b283d
Octal25516530414500274335075
Binary101011011110101110001001100101000010111100011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75C4; }

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

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

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

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

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

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

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

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