#AB36EB

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

Shades of Dark Orchid #AB36EB

Tints of Dark Orchid #AB36EB

Color information

#AB36EB (or 0xAB36EB) is unknown color: approx Dark Orchid. HEX triplet: AB, 36 and EB. RGB value is (171,54,235). Sum of RGB (Red+Green+Blue) = 171+54+235=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB36EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB36EB is #54C914. Grayscale: #6D6D6D. Windows color (decimal): -5556501 or 15414955. OLE color: 15414955.

HSL color Cylindrical-coordinate representation of color #AB36EB: hue angle of 278.78º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB36EB is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17154235-
CMYK0.270.7700.08
HSL278.78º81.9%56.67%-
HSV(B)278.78º77.02%92.16%-
XYZ33.1117.2980.19-
YUV109.62198.76171.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=37.17%
G=11.74%
B=51.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171542350.270.7700.08278.7881.956.67
HexAB36EB1B4D081175239
Octal253663533311501042712271
Binary1010101111011011101011110111001101010001000101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB36EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB36EB; }

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

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

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

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

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

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

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

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