#AB50CC

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

Shades of Medium Orchid #AB50CC

Tints of Medium Orchid #AB50CC

Color information

#AB50CC (or 0xAB50CC) is unknown color: approx Medium Orchid. HEX triplet: AB, 50 and CC. RGB value is (171,80,204). Sum of RGB (Red+Green+Blue) = 171+80+204=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50CC is #54AF33. Grayscale: #787878. Windows color (decimal): -5549876 or 13389995. OLE color: 13389995.

HSL color Cylindrical-coordinate representation of color #AB50CC: hue angle of 284.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB50CC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17180204-
CMYK0.160.6100.2
HSL284.03º54.87%55.69%-
HSV(B)284.03º60.78%80%-
XYZ30.5618.7559.14-
YUV121.34174.65163.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=37.58%
G=17.58%
B=44.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171802040.160.6100.2284.0354.8755.69
HexAB50CC103D01411c3738
Octal25312031420750244346770
Binary1010101110100001100110010000111101010100100011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB50CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB50CC; }

 p { color: rgb(171,80,204); }

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

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

 a { background-color: rgb(171,80,204); }

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

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

 span { border-color: rgb(171,80,204); }

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