#AB36BC

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

Shades of Dark Orchid #AB36BC

Tints of Dark Orchid #AB36BC

Color information

#AB36BC (or 0xAB36BC) is unknown color: approx Dark Orchid. HEX triplet: AB, 36 and BC. RGB value is (171,54,188). Sum of RGB (Red+Green+Blue) = 171+54+188=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36BC is #54C943. Grayscale: #676767. Windows color (decimal): -5556548 or 12334763. OLE color: 12334763.

HSL color Cylindrical-coordinate representation of color #AB36BC: hue angle of 292.39º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB36BC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17154188-
CMYK0.090.7100.26
HSL292.39º55.37%47.45%-
HSV(B)292.39º71.28%73.73%-
XYZ27.1914.9349.03-
YUV104.26175.26175.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=41.40%
G=13.08%
B=45.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171541880.090.7100.26292.3955.3747.45
HexAB36BC94701A124372f
Octal25366274111070324446757
Binary101010111101101011110010011000111011010100100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB36BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB36BC; }

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

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

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

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

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

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

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

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