#AD30B1

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

Shades of Dark Orchid #AD30B1

Tints of Dark Orchid #AD30B1

Color information

#AD30B1 (or 0xAD30B1) is unknown color: approx Dark Orchid. HEX triplet: AD, 30 and B1. RGB value is (173,48,177). Sum of RGB (Red+Green+Blue) = 173+48+177=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD30B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30B1 is #52CF4E. Grayscale: #636363. Windows color (decimal): -5427023 or 11612333. OLE color: 11612333.

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

Color convert

RGB17348177-
CMYK0.020.7300.31
HSL298.14º57.33%44.12%-
HSV(B)298.14º72.88%69.41%-
XYZ26.2314.1742.95-
YUV100.08171.41180.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=43.47%
G=12.06%
B=44.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173481770.020.7300.31298.1457.3344.12
HexAD30B124901F12a392c
Octal2556026121110374527154
Binary1010110111000010110001101001001011111100101010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD30B1; }

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

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

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

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

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

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

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

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