#AB2CC5

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

Shades of Dark Orchid #AB2CC5

Tints of Dark Orchid #AB2CC5

Color information

#AB2CC5 (or 0xAB2CC5) is unknown color: approx Dark Orchid. HEX triplet: AB, 2C and C5. RGB value is (171,44,197). Sum of RGB (Red+Green+Blue) = 171+44+197=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB2CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CC5 is #54D33A. Grayscale: #626262. Windows color (decimal): -5559099 or 12922027. OLE color: 12922027.

HSL color Cylindrical-coordinate representation of color #AB2CC5: hue angle of 289.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2CC5 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17144197-
CMYK0.130.7800.23
HSL289.8º63.49%47.25%-
HSV(B)289.8º77.66%77.25%-
XYZ27.7714.4954.16-
YUV99.42183.08179.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 44 (17.58% from 255) = 10.68%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=41.50%
G=10.68%
B=47.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171441970.130.7800.23289.863.4947.25
HexAB2CC5D4E0171223f2f
Octal25354305151160274427757
Binary101010111011001100010111011001110010111100100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2CC5; }

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

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

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

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

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

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

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

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