#AB1BCC

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

Shades of Dark Orchid #AB1BCC

Tints of Dark Orchid #AB1BCC

Color information

#AB1BCC (or 0xAB1BCC) is unknown color: approx Dark Orchid. HEX triplet: AB, 1B and CC. RGB value is (171,27,204). Sum of RGB (Red+Green+Blue) = 171+27+204=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB1BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BCC is #54E433. Grayscale: #595959. Windows color (decimal): -5563444 or 13376427. OLE color: 13376427.

HSL color Cylindrical-coordinate representation of color #AB1BCC: hue angle of 288.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1BCC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17127204-
CMYK0.160.8700.2
HSL288.81º76.62%45.29%-
HSV(B)288.81º86.76%80%-
XYZ28.0913.858.31-
YUV90.23192.21185.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 27 (10.94% from 255) = 6.72%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=42.54%
G=6.72%
B=50.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171272040.160.8700.2288.8176.6245.29
HexAB1BCC10570141214d2d
Octal253333142012702444111555
Binary1010101111011110011001000010101110101001001000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1BCC; }

 p { color: rgb(171,27,204); }

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

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

 a { background-color: rgb(171,27,204); }

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

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

 span { border-color: rgb(171,27,204); }

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