#AB60CD

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

Shades of Medium Orchid #AB60CD

Tints of Medium Orchid #AB60CD

Color information

#AB60CD (or 0xAB60CD) is unknown color: approx Medium Orchid. HEX triplet: AB, 60 and CD. RGB value is (171,96,205). Sum of RGB (Red+Green+Blue) = 171+96+205=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60CD is #549F32. Grayscale: #828282. Windows color (decimal): -5545779 or 13459627. OLE color: 13459627.

HSL color Cylindrical-coordinate representation of color #AB60CD: hue angle of 281.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB60CD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17196205-
CMYK0.170.5300.20
HSL281.28º52.15%59.02%-
HSV(B)281.28º53.17%80.39%-
XYZ3221.4360.21-
YUV130.85169.85156.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=36.23%
G=20.34%
B=43.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171962050.170.5300.20281.2852.1559.02
HexAB60CD1135014119343b
Octal25314031521650244316473
Binary1010101111000001100110110001110101010100100011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60CD; }

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

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

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

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

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

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

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

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