#AB2CCC

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

Shades of Dark Orchid #AB2CCC

Tints of Dark Orchid #AB2CCC

Color information

#AB2CCC (or 0xAB2CCC) is unknown color: approx Dark Orchid. HEX triplet: AB, 2C and CC. RGB value is (171,44,204). Sum of RGB (Red+Green+Blue) = 171+44+204=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB2CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CCC is #54D333. Grayscale: #636363. Windows color (decimal): -5559092 or 13380779. OLE color: 13380779.

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

Color convert

RGB17144204-
CMYK0.160.7800.2
HSL287.62º64.52%48.63%-
HSV(B)287.62º78.43%80%-
XYZ28.5914.8258.48-
YUV100.21186.58178.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 44 (17.58% from 255) = 10.50%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=40.81%
G=10.50%
B=48.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171442040.160.7800.2287.6264.5248.63
HexAB2CCC104E0141204131
Octal253543142011602444010161
Binary10101011101100110011001000010011100101001001000001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CCC; }

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

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

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

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

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

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

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

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