#AB1CBC

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

Shades of Dark Orchid #AB1CBC

Tints of Dark Orchid #AB1CBC

Color information

#AB1CBC (or 0xAB1CBC) is unknown color: approx Dark Orchid. HEX triplet: AB, 1C and BC. RGB value is (171,28,188). Sum of RGB (Red+Green+Blue) = 171+28+188=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CBC is #54E343. Grayscale: #585858. Windows color (decimal): -5563204 or 12328107. OLE color: 12328107.

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

Color convert

RGB17128188-
CMYK0.090.8500.26
HSL293.62º74.07%42.35%-
HSV(B)293.62º85.11%73.73%-
XYZ26.2913.1248.72-
YUV89183.88186.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 28 (11.33% from 255) = 7.24%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=44.19%
G=7.24%
B=48.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171281880.090.8500.26293.6274.0742.35
HexAB1CBC95501A1264a2a
Octal253342741112503244611252
Binary101010111110010111100100110101010110101001001101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1CBC; }

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

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

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

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

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

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

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

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