#AB3DE0

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

Shades of Dark Orchid #AB3DE0

Tints of Dark Orchid #AB3DE0

Color information

#AB3DE0 (or 0xAB3DE0) is unknown color: approx Dark Orchid. HEX triplet: AB, 3D and E0. RGB value is (171,61,224). Sum of RGB (Red+Green+Blue) = 171+61+224=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB3DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DE0 is #54C21F. Grayscale: #6F6F6F. Windows color (decimal): -5554720 or 14695851. OLE color: 14695851.

HSL color Cylindrical-coordinate representation of color #AB3DE0: hue angle of 280.49º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3DE0 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17161224-
CMYK0.240.7300.12
HSL280.49º72.44%55.88%-
HSV(B)280.49º72.77%87.84%-
XYZ31.9217.3872.19-
YUV112.47190.94169.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 224 (87.89% from 255) = 49.12%
R=37.5%
G=13.38%
B=49.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171612240.240.7300.12280.4972.4455.88
HexAB3DE018490C1184838
Octal253753403011101443011070
Binary1010101111110111100000110001001001011001000110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3DE0; }

 p { color: rgb(171,61,224); }

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

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

 a { background-color: rgb(171,61,224); }

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

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

 span { border-color: rgb(171,61,224); }

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