#AB26AB

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

Shades of Dark Orchid #AB26AB

Tints of Dark Orchid #AB26AB

Color information

#AB26AB (or 0xAB26AB) is unknown color: approx Dark Orchid. HEX triplet: AB, 26 and AB. RGB value is (171,38,171). Sum of RGB (Red+Green+Blue) = 171+38+171=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26AB is #54D954. Grayscale: #5C5C5C. Windows color (decimal): -5560661 or 11216555. OLE color: 11216555.

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

Color convert

RGB17138171-
CMYK00.7800.33
HSL300º63.64%40.98%-
HSV(B)300º77.78%67.06%-
XYZ24.8412.9839.73-
YUV92.93172.06183.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 38 (15.23% from 255) = 10%
BLUE value IS 171 (67.19% from 255) = 45%
R=45%
G=10%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713817100.7800.3330063.6440.98
HexAB26AB04E02112c4029
Octal25346253011604145410051
Binary10101011100110101010110100111001000011001011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB26AB; }

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

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

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

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

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

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

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

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