#AB36BF

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

Shades of Dark Orchid #AB36BF

Tints of Dark Orchid #AB36BF

Color information

#AB36BF (or 0xAB36BF) is unknown color: approx Dark Orchid. HEX triplet: AB, 36 and BF. RGB value is (171,54,191). Sum of RGB (Red+Green+Blue) = 171+54+191=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB36BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36BF is #54C940. Grayscale: #686868. Windows color (decimal): -5556545 or 12531371. OLE color: 12531371.

HSL color Cylindrical-coordinate representation of color #AB36BF: hue angle of 291.24º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB36BF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17154191-
CMYK0.100.7200.25
HSL291.24º55.92%48.04%-
HSV(B)291.24º71.73%74.9%-
XYZ27.5215.0650.75-
YUV104.6176.76175.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 54 (21.48% from 255) = 12.98%
BLUE value IS 191 (75% from 255) = 45.91%
R=41.11%
G=12.98%
B=45.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171541910.100.7200.25291.2455.9248.04
HexAB36BFA480191233830
Octal25366277121100314437060
Binary101010111101101011111110101001000011001100100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB36BF; }

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

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

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

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

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

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

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

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