#AB3BD0

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

Shades of Dark Orchid #AB3BD0

Tints of Dark Orchid #AB3BD0

Color information

#AB3BD0 (or 0xAB3BD0) is unknown color: approx Dark Orchid. HEX triplet: AB, 3B and D0. RGB value is (171,59,208). Sum of RGB (Red+Green+Blue) = 171+59+208=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BD0 is #54C42F. Grayscale: #6C6C6C. Windows color (decimal): -5555248 or 13646763. OLE color: 13646763.

HSL color Cylindrical-coordinate representation of color #AB3BD0: hue angle of 285.1º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3BD0 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17159208-
CMYK0.180.7200.18
HSL285.1º61.32%52.35%-
HSV(B)285.1º71.63%81.57%-
XYZ29.7416.3461.26-
YUV109.47183.61171.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 59 (23.44% from 255) = 13.47%
BLUE value IS 208 (81.64% from 255) = 47.49%
R=39.04%
G=13.47%
B=47.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171592080.180.7200.18285.161.3252.35
HexAB3BD0124801211d3d34
Octal25373320221100224357564
Binary1010101111101111010000100101001000010010100011101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BD0; }

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

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

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

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

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

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

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

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