#AB75C1

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

Shades of East Side #AB75C1

Tints of East Side #AB75C1

Color information

#AB75C1 (or 0xAB75C1) is unknown color: approx East Side. HEX triplet: AB, 75 and C1. RGB value is (171,117,193). Sum of RGB (Red+Green+Blue) = 171+117+193=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75C1 is #548A3E. Grayscale: #8D8D8D. Windows color (decimal): -5540415 or 12678571. OLE color: 12678571.

HSL color Cylindrical-coordinate representation of color #AB75C1: hue angle of 282.63º 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 #AB75C1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171117193-
CMYK0.110.3900.24
HSL282.63º38%60.78%-
HSV(B)282.63º39.38%75.69%-
XYZ32.7825.2353.59-
YUV141.81156.89148.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=35.55%
G=24.32%
B=40.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711171930.110.3900.24282.633860.78
HexAB75C1B2701811b263d
Octal25316530113470304334675
Binary101010111110101110000011011100111011000100011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB75C1; }

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

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

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

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

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

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

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

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