#AB26BE

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

Shades of Dark Orchid #AB26BE

Tints of Dark Orchid #AB26BE

Color information

#AB26BE (or 0xAB26BE) is unknown color: approx Dark Orchid. HEX triplet: AB, 26 and BE. RGB value is (171,38,190). Sum of RGB (Red+Green+Blue) = 171+38+190=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BE is #54D941. Grayscale: #5E5E5E. Windows color (decimal): -5560642 or 12461739. OLE color: 12461739.

HSL color Cylindrical-coordinate representation of color #AB26BE: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB26BE is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17138190-
CMYK0.100.800.25
HSL292.5º66.67%44.71%-
HSV(B)292.5º80%74.51%-
XYZ26.7813.7649.96-
YUV95.1181.56182.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 9.52%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=42.86%
G=9.52%
B=47.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171381900.100.800.25292.566.6744.71
HexAB26BEA50019124432d
Octal253462761212003144410355
Binary1010101110011010111110101010100000110011001001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB26BE; }

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

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

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

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

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

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

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

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