#AB5CDB

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

Shades of Medium Orchid #AB5CDB

Tints of Medium Orchid #AB5CDB

Color information

#AB5CDB (or 0xAB5CDB) is unknown color: approx Medium Orchid. HEX triplet: AB, 5C and DB. RGB value is (171,92,219). Sum of RGB (Red+Green+Blue) = 171+92+219=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CDB is #54A324. Grayscale: #818181. Windows color (decimal): -5546789 or 14376107. OLE color: 14376107.

HSL color Cylindrical-coordinate representation of color #AB5CDB: hue angle of 277.32º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5CDB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17192219-
CMYK0.220.5800.14
HSL277.32º63.82%60.98%-
HSV(B)277.32º57.99%85.88%-
XYZ33.4121.4369.39-
YUV130.1178.17157.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=35.48%
G=19.09%
B=45.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171922190.220.5800.14277.3263.8260.98
HexAB5CDB163A0E115403d
Octal253134333267201642510075
Binary1010101110111001101101110110111010011101000101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CDB; }

 p { color: rgb(171,92,219); }

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

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

 a { background-color: rgb(171,92,219); }

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

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

 span { border-color: rgb(171,92,219); }

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