#AB21C5

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

Shades of Dark Orchid #AB21C5

Tints of Dark Orchid #AB21C5

Color information

#AB21C5 (or 0xAB21C5) is unknown color: approx Dark Orchid. HEX triplet: AB, 21 and C5. RGB value is (171,33,197). Sum of RGB (Red+Green+Blue) = 171+33+197=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB21C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21C5 is #54DE3A. Grayscale: #5C5C5C. Windows color (decimal): -5561915 or 12919211. OLE color: 12919211.

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

Color convert

RGB17133197-
CMYK0.130.8300.23
HSL290.49º71.3%45.1%-
HSV(B)290.49º83.25%77.25%-
XYZ27.4213.7854.04-
YUV92.96186.72183.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 197 (77.34% from 255) = 49.13%
R=42.64%
G=8.23%
B=49.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171331970.130.8300.23290.4971.345.1
HexAB21C5D53017122472d
Octal253413051512302744210755
Binary1010101110000111000101110110100110101111001000101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB21C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB21C5; }

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

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

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

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

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

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

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

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