#AB36D8

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

Shades of Dark Orchid #AB36D8

Tints of Dark Orchid #AB36D8

Color information

#AB36D8 (or 0xAB36D8) is unknown color: approx Dark Orchid. HEX triplet: AB, 36 and D8. RGB value is (171,54,216). Sum of RGB (Red+Green+Blue) = 171+54+216=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB36D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36D8 is #54C927. Grayscale: #6A6A6A. Windows color (decimal): -5556520 or 14169771. OLE color: 14169771.

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

Color convert

RGB17154216-
CMYK0.210.7500.15
HSL283.33º67.5%52.94%-
HSV(B)283.33º75%84.71%-
XYZ30.5116.2566.5-
YUV107.45189.26173.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 54 (21.48% from 255) = 12.24%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=38.78%
G=12.24%
B=48.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171542160.210.7500.15283.3367.552.94
HexAB36D8154B0F11b4435
Octal253663302511301743310465
Binary1010101111011011011000101011001011011111000110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB36D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB36D8; }

 p { color: rgb(171,54,216); }

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

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

 a { background-color: rgb(171,54,216); }

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

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

 span { border-color: rgb(171,54,216); }

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