#AD21B1

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

Shades of Dark Orchid #AD21B1

Tints of Dark Orchid #AD21B1

Color information

#AD21B1 (or 0xAD21B1) is unknown color: approx Dark Orchid. HEX triplet: AD, 21 and B1. RGB value is (173,33,177). Sum of RGB (Red+Green+Blue) = 173+33+177=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD21B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21B1 is #52DE4E. Grayscale: #5A5A5A. Windows color (decimal): -5430863 or 11608493. OLE color: 11608493.

HSL color Cylindrical-coordinate representation of color #AD21B1: hue angle of 298.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD21B1 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17333177-
CMYK0.020.8100.31
HSL298.33º68.57%41.18%-
HSV(B)298.33º81.36%69.41%-
XYZ25.7113.1542.78-
YUV91.28176.38186.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=45.17%
G=8.62%
B=46.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173331770.020.8100.31298.3368.5741.18
HexAD21B125101F12a4529
Octal25541261212103745210551
Binary10101101100001101100011010100010111111001010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD21B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD21B1; }

 p { color: rgb(173,33,177); }

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

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

 a { background-color: rgb(173,33,177); }

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

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

 span { border-color: rgb(173,33,177); }

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