#AB7FCD

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

Shades of East Side #AB7FCD

Tints of East Side #AB7FCD

Color information

#AB7FCD (or 0xAB7FCD) is unknown color: approx East Side. HEX triplet: AB, 7F and CD. RGB value is (171,127,205). Sum of RGB (Red+Green+Blue) = 171+127+205=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB7FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FCD is #548032. Grayscale: #949494. Windows color (decimal): -5537843 or 13467563. OLE color: 13467563.

HSL color Cylindrical-coordinate representation of color #AB7FCD: hue angle of 273.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB7FCD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171127205-
CMYK0.170.3800.20
HSL273.85º43.82%65.1%-
HSV(B)273.85º38.05%80.39%-
XYZ35.428.2461.34-
YUV149.05159.58143.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=34.00%
G=25.25%
B=40.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711272050.170.3800.20273.8543.8265.1
HexAB7FCD11260141122c41
Octal253177315214602442254101
Binary10101011111111111001101100011001100101001000100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FCD; }

 p { color: rgb(171,127,205); }

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

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

 a { background-color: rgb(171,127,205); }

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

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

 span { border-color: rgb(171,127,205); }

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