#AD30AE

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

Shades of Dark Orchid #AD30AE

Tints of Dark Orchid #AD30AE

Color information

#AD30AE (or 0xAD30AE) is unknown color: approx Dark Orchid. HEX triplet: AD, 30 and AE. RGB value is (173,48,174). Sum of RGB (Red+Green+Blue) = 173+48+174=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD30AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AE is #52CF51. Grayscale: #636363. Windows color (decimal): -5427026 or 11415725. OLE color: 11415725.

HSL color Cylindrical-coordinate representation of color #AD30AE: hue angle of 299.52º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD30AE is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17348174-
CMYK0.010.7200.32
HSL299.52º56.76%43.53%-
HSV(B)299.52º72.41%68.24%-
XYZ25.9314.0541.39-
YUV99.74169.91180.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=43.80%
G=12.15%
B=44.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173481740.010.7200.32299.5256.7643.53
HexAD30AE14802012c392c
Octal2556025611100404547154
Binary1010110111000010101110110010000100000100101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD30AE; }

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

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

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

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

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

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

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

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