#AB26BC

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

Shades of Dark Orchid #AB26BC

Tints of Dark Orchid #AB26BC

Color information

#AB26BC (or 0xAB26BC) is unknown color: approx Dark Orchid. HEX triplet: AB, 26 and BC. RGB value is (171,38,188). Sum of RGB (Red+Green+Blue) = 171+38+188=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BC is #54D943. Grayscale: #5E5E5E. Windows color (decimal): -5560644 or 12330667. OLE color: 12330667.

HSL color Cylindrical-coordinate representation of color #AB26BC: hue angle of 293.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB26BC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17138188-
CMYK0.090.8000.26
HSL293.2º66.37%44.31%-
HSV(B)293.2º79.79%73.73%-
XYZ26.5613.6748.82-
YUV94.87180.56182.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 38 (15.23% from 255) = 9.57%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=43.07%
G=9.57%
B=47.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171381880.090.8000.26293.266.3744.31
HexAB26BC95001A125422c
Octal253462741112003244510254
Binary1010101110011010111100100110100000110101001001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB26BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB26BC; }

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

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

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

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

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

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

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

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