#AB55CA

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

Shades of Medium Orchid #AB55CA

Tints of Medium Orchid #AB55CA

Color information

#AB55CA (or 0xAB55CA) is unknown color: approx Medium Orchid. HEX triplet: AB, 55 and CA. RGB value is (171,85,202). Sum of RGB (Red+Green+Blue) = 171+85+202=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB55CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55CA is #54AA35. Grayscale: #7B7B7B. Windows color (decimal): -5548598 or 13260203. OLE color: 13260203.

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

Color convert

RGB17185202-
CMYK0.150.5800.21
HSL284.1º52.47%56.27%-
HSV(B)284.1º57.92%79.22%-
XYZ30.719.4258.01-
YUV124.05171.99161.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=37.34%
G=18.56%
B=44.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171852020.150.5800.21284.152.4756.27
HexAB55CAF3A01511c3438
Octal25312531217720254346470
Binary101010111010101110010101111111010010101100011100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55CA; }

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

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

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

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

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

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

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

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