#AD30C4

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

Shades of Dark Orchid #AD30C4

Tints of Dark Orchid #AD30C4

Color information

#AD30C4 (or 0xAD30C4) is unknown color: approx Dark Orchid. HEX triplet: AD, 30 and C4. RGB value is (173,48,196). Sum of RGB (Red+Green+Blue) = 173+48+196=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD30C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30C4 is #52CF3B. Grayscale: #656565. Windows color (decimal): -5427004 or 12857517. OLE color: 12857517.

HSL color Cylindrical-coordinate representation of color #AD30C4: hue angle of 290.68º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD30C4 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17348196-
CMYK0.120.7600.23
HSL290.68º60.66%47.84%-
HSV(B)290.68º75.51%76.86%-
XYZ28.2514.9853.63-
YUV102.25180.91178.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 48 (19.14% from 255) = 11.51%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=41.49%
G=11.51%
B=47.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173481960.120.7600.23290.6860.6647.84
HexAD30C4C4C0171233d30
Octal25560304141140274437560
Binary101011011100001100010011001001100010111100100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD30C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD30C4; }

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

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

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

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

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

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

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

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