#AB23AB

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

Shades of Dark Orchid #AB23AB

Tints of Dark Orchid #AB23AB

Color information

#AB23AB (or 0xAB23AB) is unknown color: approx Dark Orchid. HEX triplet: AB, 23 and AB. RGB value is (171,35,171). Sum of RGB (Red+Green+Blue) = 171+35+171=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB23AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB23AB is #54DC54. Grayscale: #5A5A5A. Windows color (decimal): -5561429 or 11215787. OLE color: 11215787.

HSL color Cylindrical-coordinate representation of color #AB23AB: hue angle of 300º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB23AB is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17135171-
CMYK00.8000.33
HSL300º66.02%40.39%-
HSV(B)300º79.53%67.06%-
XYZ24.7512.839.69-
YUV91.17173.06184.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 35 (14.06% from 255) = 9.28%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=45.36%
G=9.28%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713517100.8000.3330066.0240.39
HexAB23AB05002112c4228
Octal25343253012004145410250
Binary10101011100011101010110101000001000011001011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB23AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB23AB; }

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

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

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

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

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

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

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

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