#AB3BD9

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

Shades of Dark Orchid #AB3BD9

Tints of Dark Orchid #AB3BD9

Color information

#AB3BD9 (or 0xAB3BD9) is unknown color: approx Dark Orchid. HEX triplet: AB, 3B and D9. RGB value is (171,59,217). Sum of RGB (Red+Green+Blue) = 171+59+217=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB3BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BD9 is #54C426. Grayscale: #6D6D6D. Windows color (decimal): -5555239 or 14236587. OLE color: 14236587.

HSL color Cylindrical-coordinate representation of color #AB3BD9: hue angle of 282.53º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3BD9 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17159217-
CMYK0.210.7300.15
HSL282.53º67.52%54.12%-
HSV(B)282.53º72.81%85.1%-
XYZ30.8816.867.26-
YUV110.5188.11171.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 59 (23.44% from 255) = 13.20%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=38.26%
G=13.20%
B=48.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171592170.210.7300.15282.5367.5254.12
HexAB3BD915490F11b4436
Octal253733312511101743310466
Binary1010101111101111011001101011001001011111000110111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BD9; }

 p { color: rgb(171,59,217); }

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

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

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

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

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

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

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