#AB36CB

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

Shades of Dark Orchid #AB36CB

Tints of Dark Orchid #AB36CB

Color information

#AB36CB (or 0xAB36CB) is unknown color: approx Dark Orchid. HEX triplet: AB, 36 and CB. RGB value is (171,54,203). Sum of RGB (Red+Green+Blue) = 171+54+203=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB36CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36CB is #54C934. Grayscale: #696969. Windows color (decimal): -5556533 or 13317803. OLE color: 13317803.

HSL color Cylindrical-coordinate representation of color #AB36CB: hue angle of 287.11º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB36CB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17154203-
CMYK0.160.7300.20
HSL287.11º58.89%50.39%-
HSV(B)287.11º73.4%79.61%-
XYZ28.8915.6157.99-
YUV105.97182.76174.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 54 (21.48% from 255) = 12.62%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=39.95%
G=12.62%
B=47.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171542030.160.7300.20287.1158.8950.39
HexAB36CB104901411f3b32
Octal25366313201110244377362
Binary1010101111011011001011100001001001010100100011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB36CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB36CB; }

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

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

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

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

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

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

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

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