Html Css Color HEX #AD30DE Dark Orchid

📋 copy color: '#AD30DE'

red 173 ◦ green 48 ◦ blue 222

#AD30DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AD30DE

Tints of Dark Orchid #AD30DE

RGB

 RED value IS 173 (67.97% from 255) = 39.05%

 GREEN value IS 48 (19.14% from 255) = 10.84%

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 39.05%
G = 10.84%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD30DE (or 0xAD30DE) is known color: Dark Orchid. HEX triplet: AD, 30 and DE. RGB value is (173,48,222). Sum of RGB (Red+Green+Blue) = 173+48+222=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD30DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30DE is #52CF21. Grayscale: #686868. Windows color (decimal): -5426978 or 14561453. OLE color: 14561453.

HSL color Cylindrical-coordinate representation of color #AD30DE: hue angle of 283.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD30DE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 48 222 -
CMYK 0.22 0.78 0 0.13
HSL 283.1º 0.73% 0.53% -
HSV(B) 283.1º 0.78% 0.87% -
XYZ 31.48 16.27 70.59 -
YUV 105.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 173 48 222 0.22 0.78 0 0.13 283.1 0.73 0.53
Hex AD 30 DE 16 4E 0 D 11B 48 35
Octal 255 60 336 26 116 0 15 433 110 65
Binary 10101101 110000 11011110 10110 1001110 0 1101 100011011 1001000 110101

Color Harmonies of #AD30DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30DE

Black with #AD30DE

Text Example


Text Example

White with #AD30DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30DE; }

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

 H1.HeaderClassName
 {
   color: #AD30DE;
 }
 .AnyTagClassName
 {
   color: #AD30DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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