#AB5DCA

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

Shades of Medium Orchid #AB5DCA

Tints of Medium Orchid #AB5DCA

Color information

#AB5DCA (or 0xAB5DCA) is unknown color: approx Medium Orchid. HEX triplet: AB, 5D and CA. RGB value is (171,93,202). Sum of RGB (Red+Green+Blue) = 171+93+202=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DCA is #54A235. Grayscale: #808080. Windows color (decimal): -5546550 or 13262251. OLE color: 13262251.

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

Color convert

RGB17193202-
CMYK0.150.5400.21
HSL282.94º50.7%57.84%-
HSV(B)282.94º53.96%79.22%-
XYZ31.3720.7558.23-
YUV128.75169.34158.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=36.70%
G=19.96%
B=43.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171932020.150.5400.21282.9450.757.84
HexAB5DCAF3601511b333a
Octal25313531217660254336372
Binary101010111011101110010101111110110010101100011011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DCA; }

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

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

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

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

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

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

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

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