Html Css Color HEX #AD3ADA Dark Orchid

📋 copy color: '#AD3ADA'

red 173 ◦ green 58 ◦ blue 218

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

Shades of Dark Orchid #AD3ADA

Tints of Dark Orchid #AD3ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.92%

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

R = 38.53%
G = 12.92%
B = 48.55%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD3ADA (or 0xAD3ADA) is known color: Dark Orchid. HEX triplet: AD, 3A and DA. RGB value is (173,58,218). Sum of RGB (Red+Green+Blue) = 173+58+218=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD3ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ADA is #52C525. Grayscale: #6E6E6E. Windows color (decimal): -5424422 or 14301869. OLE color: 14301869.

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

Color convert

RGB 173 58 218 -
CMYK 0.21 0.73 0 0.15
HSL 283.13º 0.68% 0.54% -
HSV(B) 283.13º 0.73% 0.85% -
XYZ 31.4 16.97 67.95 -
YUV 110.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 173 58 218 0.21 0.73 0 0.15 283.13 0.68 0.54
Hex AD 3A DA 15 49 0 F 11B 44 36
Octal 255 72 332 25 111 0 17 433 104 66
Binary 10101101 111010 11011010 10101 1001001 0 1111 100011011 1000100 110110

Color Harmonies of #AD3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ADA

Black with #AD3ADA

Text Example


Text Example

White with #AD3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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