#ab60d5

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

Shades of Medium Orchid #AB60D5

Tints of Medium Orchid #AB60D5

Color information

#AB60D5 (or 0xAB60D5) is unknown color: approx Medium Orchid. HEX triplet: AB, 60 and D5. RGB value is (171,96,213). Sum of RGB (Red+Green+Blue) = 171+96+213=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB60D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60D5 is #549F2A. Grayscale: #838383. Windows color (decimal): -5545771 or 13983915. OLE color: 13983915.

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

Color convert

RGB17196213-
CMYK0.200.5500.16
HSL278.46º58.21%60.59%-
HSV(B)278.46º54.93%83.53%-
XYZ32.9921.8365.43-
YUV131.76173.85155.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=35.62%
G=20%
B=44.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171962130.200.5500.16278.4658.2160.59
HexAB60D514370101163a3d
Octal25314032524670204267275
Binary1010101111000001101010110100110111010000100010110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab60d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab60d5; }

 p { color: rgb(171,96,213); }

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

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

 a { background-color: rgb(171,96,213); }

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

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

 span { border-color: rgb(171,96,213); }

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