Html Css Color HEX #AD30DA Dark Orchid

📋 copy color: '#AD30DA'

red 173 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #AD30DA

Tints of Dark Orchid #AD30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 39.41%
G = 10.93%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD30DA (or 0xAD30DA) is known color: Dark Orchid. HEX triplet: AD, 30 and DA. RGB value is (173,48,218). Sum of RGB (Red+Green+Blue) = 173+48+218=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD30DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30DA is #52CF25. Grayscale: #686868. Windows color (decimal): -5426982 or 14299309. OLE color: 14299309.

HSL color Cylindrical-coordinate representation of color #AD30DA: hue angle of 284.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD30DA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 48 218 -
CMYK 0.21 0.78 0 0.15
HSL 284.12º 0.7% 0.52% -
HSV(B) 284.12º 0.78% 0.85% -
XYZ 30.95 16.06 67.8 -
YUV 104.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 173 48 218 0.21 0.78 0 0.15 284.12 0.7 0.52
Hex AD 30 DA 15 4E 0 F 11C 46 34
Octal 255 60 332 25 116 0 17 434 106 64
Binary 10101101 110000 11011010 10101 1001110 0 1111 100011100 1000110 110100

Color Harmonies of #AD30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30DA

Black with #AD30DA

Text Example


Text Example

White with #AD30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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