#AB23C8

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

Shades of Dark Orchid #AB23C8

Tints of Dark Orchid #AB23C8

Color information

#AB23C8 (or 0xAB23C8) is unknown color: approx Dark Orchid. HEX triplet: AB, 23 and C8. RGB value is (171,35,200). Sum of RGB (Red+Green+Blue) = 171+35+200=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB23C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB23C8 is #54DC37. Grayscale: #5D5D5D. Windows color (decimal): -5561400 or 13116331. OLE color: 13116331.

HSL color Cylindrical-coordinate representation of color #AB23C8: hue angle of 289.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB23C8 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17135200-
CMYK0.140.8200.22
HSL289.45º70.21%46.08%-
HSV(B)289.45º82.5%78.43%-
XYZ27.8214.0355.89-
YUV94.47187.56182.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 35 (14.06% from 255) = 8.62%
BLUE value IS 200 (78.52% from 255) = 49.26%
R=42.12%
G=8.62%
B=49.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171352000.140.8200.22289.4570.2146.08
HexAB23C8E52016121462e
Octal253433101612202644110656
Binary1010101110001111001000111010100100101101001000011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB23C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB23C8; }

 p { color: rgb(171,35,200); }

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

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

 a { background-color: rgb(171,35,200); }

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

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

 span { border-color: rgb(171,35,200); }

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