Html Css Color HEX #AD30DF Dark Orchid

📋 copy color: '#AD30DF'

red 173 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #AD30DF

Tints of Dark Orchid #AD30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 38.96%
G = 10.81%
B = 50.23%

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

#AD30DF (or 0xAD30DF) is known color: Dark Orchid. HEX triplet: AD, 30 and DF. RGB value is (173,48,223). Sum of RGB (Red+Green+Blue) = 173+48+223=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30DF is #52CF20. Grayscale: #686868. Windows color (decimal): -5426977 or 14626989. OLE color: 14626989.

HSL color Cylindrical-coordinate representation of color #AD30DF: hue angle of 282.86º 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 #AD30DF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 48 223 -
CMYK 0.22 0.78 0 0.13
HSL 282.86º 0.73% 0.53% -
HSV(B) 282.86º 0.78% 0.87% -
XYZ 31.61 16.33 71.3 -
YUV 105.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 173 48 223 0.22 0.78 0 0.13 282.86 0.73 0.53
Hex AD 30 DF 16 4E 0 D 11B 49 35
Octal 255 60 337 26 116 0 15 433 111 65
Binary 10101101 110000 11011111 10110 1001110 0 1101 100011011 1001001 110101

Color Harmonies of #AD30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30DF

Black with #AD30DF

Text Example


Text Example

White with #AD30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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