#AB17BE

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

Shades of Dark Orchid #AB17BE

Tints of Dark Orchid #AB17BE

Color information

#AB17BE (or 0xAB17BE) is unknown color: approx Dark Orchid. HEX triplet: AB, 17 and BE. RGB value is (171,23,190). Sum of RGB (Red+Green+Blue) = 171+23+190=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17BE is #54E841. Grayscale: #555555. Windows color (decimal): -5564482 or 12457899. OLE color: 12457899.

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

Color convert

RGB17123190-
CMYK0.100.8800.25
HSL293.17º78.4%41.76%-
HSV(B)293.17º87.89%74.51%-
XYZ26.412.9949.83-
YUV86.29186.53188.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 23 (9.38% from 255) = 5.99%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=44.53%
G=5.99%
B=49.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171231900.100.8800.25293.1778.441.76
HexAB17BEA580191254e2a
Octal253272761213003144511652
Binary101010111011110111110101010110000110011001001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB17BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB17BE; }

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

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

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

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

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

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

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

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