#AD22B0

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

Shades of Dark Orchid #AD22B0

Tints of Dark Orchid #AD22B0

Color information

#AD22B0 (or 0xAD22B0) is unknown color: approx Dark Orchid. HEX triplet: AD, 22 and B0. RGB value is (173,34,176). Sum of RGB (Red+Green+Blue) = 173+34+176=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD22B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD22B0 is #52DD4F. Grayscale: #5B5B5B. Windows color (decimal): -5430608 or 11543213. OLE color: 11543213.

HSL color Cylindrical-coordinate representation of color #AD22B0: hue angle of 298.73º degrees, saturation: 0.68, 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 #AD22B0 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17334176-
CMYK0.020.8100.31
HSL298.73º67.62%41.18%-
HSV(B)298.73º80.68%69.02%-
XYZ25.6413.1642.26-
YUV91.75175.55185.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 34 (13.67% from 255) = 8.88%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=45.17%
G=8.88%
B=45.95%

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
Decimal173341760.020.8100.31298.7367.6241.18
HexAD22B025101F12b4429
Octal25542260212103745310451
Binary10101101100010101100001010100010111111001010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD22B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD22B0; }

 p { color: rgb(173,34,176); }

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

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

 a { background-color: rgb(173,34,176); }

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

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

 span { border-color: rgb(173,34,176); }

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