#ab18b1

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

Shades of Dark Orchid #AB18B1

Tints of Dark Orchid #AB18B1

Color information

#AB18B1 (or 0xAB18B1) is unknown color: approx Dark Orchid. HEX triplet: AB, 18 and B1. RGB value is (171,24,177). Sum of RGB (Red+Green+Blue) = 171+24+177=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB18B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18B1 is #54E74E. Grayscale: #545454. Windows color (decimal): -5564239 or 11606187. OLE color: 11606187.

HSL color Cylindrical-coordinate representation of color #AB18B1: hue angle of 297.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB18B1 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17124177-
CMYK0.030.8600.31
HSL297.65º76.12%39.41%-
HSV(B)297.65º86.44%69.41%-
XYZ25.0612.4942.68-
YUV85.4179.7189.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 24 (9.77% from 255) = 6.45%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=45.97%
G=6.45%
B=47.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171241770.030.8600.31297.6576.1239.41
HexAB18B135601F12a4c27
Octal25330261312603745211447
Binary1010101111000101100011110101100111111001010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab18b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab18b1; }

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

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

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

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

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

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

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

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