#AB21B3

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

Shades of Dark Orchid #AB21B3

Tints of Dark Orchid #AB21B3

Color information

#AB21B3 (or 0xAB21B3) is unknown color: approx Dark Orchid. HEX triplet: AB, 21 and B3. RGB value is (171,33,179). Sum of RGB (Red+Green+Blue) = 171+33+179=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21B3 is #54DE4C. Grayscale: #5A5A5A. Windows color (decimal): -5561933 or 11739563. OLE color: 11739563.

HSL color Cylindrical-coordinate representation of color #AB21B3: hue angle of 296.71º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB21B3 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17133179-
CMYK0.040.8200.30
HSL296.71º68.87%41.57%-
HSV(B)296.71º81.56%70.2%-
XYZ25.481343.81-
YUV90.91177.72185.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=44.65%
G=8.62%
B=46.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171331790.040.8200.30296.7168.8741.57
HexAB21B345201E129452a
Octal25341263412203645110552
Binary101010111000011011001110010100100111101001010011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB21B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB21B3; }

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

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

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

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

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

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

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

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