#AB3BDF

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

Shades of Dark Orchid #AB3BDF

Tints of Dark Orchid #AB3BDF

Color information

#AB3BDF (or 0xAB3BDF) is unknown color: approx Dark Orchid. HEX triplet: AB, 3B and DF. RGB value is (171,59,223). Sum of RGB (Red+Green+Blue) = 171+59+223=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB3BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BDF is #54C420. Grayscale: #6E6E6E. Windows color (decimal): -5555233 or 14629803. OLE color: 14629803.

HSL color Cylindrical-coordinate representation of color #AB3BDF: hue angle of 280.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB3BDF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17159223-
CMYK0.230.7400.13
HSL280.98º71.93%55.29%-
HSV(B)280.98º73.54%87.45%-
XYZ31.6817.1171.45-
YUV111.18191.11170.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 59 (23.44% from 255) = 13.02%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=37.75%
G=13.02%
B=49.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171592230.230.7400.13280.9871.9355.29
HexAB3BDF174A0D1194837
Octal253733372711201543111067
Binary1010101111101111011111101111001010011011000110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BDF; }

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

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

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

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

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

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

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

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