#AB18B2

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

Shades of Dark Orchid #AB18B2

Tints of Dark Orchid #AB18B2

Color information

#AB18B2 (or 0xAB18B2) is unknown color: approx Dark Orchid. HEX triplet: AB, 18 and B2. RGB value is (171,24,178). Sum of RGB (Red+Green+Blue) = 171+24+178=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB18B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18B2 is #54E74D. Grayscale: #555555. Windows color (decimal): -5564238 or 11671723. OLE color: 11671723.

HSL color Cylindrical-coordinate representation of color #AB18B2: hue angle of 297.27º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB18B2 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17124178-
CMYK0.040.8700.30
HSL297.27º76.24%39.61%-
HSV(B)297.27º86.52%69.8%-
XYZ25.1612.5343.21-
YUV85.51180.2188.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 24 (9.77% from 255) = 6.43%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=45.84%
G=6.43%
B=47.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171241780.040.8700.30297.2776.2439.61
HexAB18B245701E1294c28
Octal25330262412703645111450
Binary10101011110001011001010010101110111101001010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB18B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB18B2; }

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

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

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

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

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

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

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

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