#AB1CC1

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

Shades of Dark Orchid #AB1CC1

Tints of Dark Orchid #AB1CC1

Color information

#AB1CC1 (or 0xAB1CC1) is unknown color: approx Dark Orchid. HEX triplet: AB, 1C and C1. RGB value is (171,28,193). Sum of RGB (Red+Green+Blue) = 171+28+193=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB1CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CC1 is #54E33E. Grayscale: #595959. Windows color (decimal): -5563199 or 12655787. OLE color: 12655787.

HSL color Cylindrical-coordinate representation of color #AB1CC1: hue angle of 292º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1CC1 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17128193-
CMYK0.110.8500.24
HSL292º74.66%43.33%-
HSV(B)292º85.49%75.69%-
XYZ26.8413.3451.61-
YUV89.57186.38186.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 28 (11.33% from 255) = 7.14%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=43.62%
G=7.14%
B=49.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171281930.110.8500.2429274.6643.33
HexAB1CC1B550181244b2b
Octal253343011312503044411353
Binary101010111110011000001101110101010110001001001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1CC1; }

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

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

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

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

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

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

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

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