#AB26B2

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

Shades of Dark Orchid #AB26B2

Tints of Dark Orchid #AB26B2

Color information

#AB26B2 (or 0xAB26B2) is unknown color: approx Dark Orchid. HEX triplet: AB, 26 and B2. RGB value is (171,38,178). Sum of RGB (Red+Green+Blue) = 171+38+178=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB26B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26B2 is #54D94D. Grayscale: #5D5D5D. Windows color (decimal): -5560654 or 11675307. OLE color: 11675307.

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

Color convert

RGB17138178-
CMYK0.040.7900.30
HSL297º64.81%42.35%-
HSV(B)297º78.65%69.8%-
XYZ25.5213.2643.33-
YUV93.73175.56183.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=44.19%
G=9.82%
B=45.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171381780.040.7900.3029764.8142.35
HexAB26B244F01E129412a
Octal25346262411703645110152
Binary101010111001101011001010010011110111101001010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB26B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB26B2; }

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

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

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

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

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

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

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

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