#AB18CB

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

Shades of Dark Orchid #AB18CB

Tints of Dark Orchid #AB18CB

Color information

#AB18CB (or 0xAB18CB) is unknown color: approx Dark Orchid. HEX triplet: AB, 18 and CB. RGB value is (171,24,203). Sum of RGB (Red+Green+Blue) = 171+24+203=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB18CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18CB is #54E734. Grayscale: #575757. Windows color (decimal): -5564213 or 13310123. OLE color: 13310123.

HSL color Cylindrical-coordinate representation of color #AB18CB: hue angle of 289.27º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB18CB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17124203-
CMYK0.160.8800.20
HSL289.27º78.85%44.51%-
HSV(B)289.27º88.18%79.61%-
XYZ27.913.6257.66-
YUV88.36192.7186.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 24 (9.77% from 255) = 6.03%
BLUE value IS 203 (79.69% from 255) = 51.01%
R=42.96%
G=6.03%
B=51.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171242030.160.8800.20289.2778.8544.51
HexAB18CB10580141214f2d
Octal253303132013002444111755
Binary1010101111000110010111000010110000101001001000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB18CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB18CB; }

 p { color: rgb(171,24,203); }

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

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

 a { background-color: rgb(171,24,203); }

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

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

 span { border-color: rgb(171,24,203); }

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