#AB53CD

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

Shades of Medium Orchid #AB53CD

Tints of Medium Orchid #AB53CD

Color information

#AB53CD (or 0xAB53CD) is unknown color: approx Medium Orchid. HEX triplet: AB, 53 and CD. RGB value is (171,83,205). Sum of RGB (Red+Green+Blue) = 171+83+205=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB53CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53CD is #54AC32. Grayscale: #7A7A7A. Windows color (decimal): -5549107 or 13456299. OLE color: 13456299.

HSL color Cylindrical-coordinate representation of color #AB53CD: hue angle of 283.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB53CD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17183205-
CMYK0.170.6000.20
HSL283.28º54.95%56.47%-
HSV(B)283.28º59.51%80.39%-
XYZ30.9119.2559.84-
YUV123.22174.15162.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=37.25%
G=18.08%
B=44.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171832050.170.6000.20283.2854.9556.47
HexAB53CD113C01411b3738
Octal25312331521740244336770
Binary1010101110100111100110110001111100010100100011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB53CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB53CD; }

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

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

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

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

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

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

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

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