#AB56CA

Color #AB56CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AB56CA

Tints of Medium Orchid #AB56CA

Color information

#AB56CA (or 0xAB56CA) is unknown color: approx Medium Orchid. HEX triplet: AB, 56 and CA. RGB value is (171,86,202). Sum of RGB (Red+Green+Blue) = 171+86+202=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56CA is #54A935. Grayscale: #7C7C7C. Windows color (decimal): -5548342 or 13260459. OLE color: 13260459.

HSL color Cylindrical-coordinate representation of color #AB56CA: hue angle of 283.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB56CA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17186202-
CMYK0.150.5700.21
HSL283.97º52.25%56.47%-
HSV(B)283.97º57.43%79.22%-
XYZ30.7819.5858.03-
YUV124.64171.66161.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=37.25%
G=18.74%
B=44.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171862020.150.5700.21283.9752.2556.47
HexAB56CAF3901511c3438
Octal25312631217710254346470
Binary101010111010110110010101111111001010101100011100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB56CA; }

 p { color: rgb(171,86,202); }

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

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

 a { background-color: rgb(171,86,202); }

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

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

 span { border-color: rgb(171,86,202); }

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