Html Css Color HEX #AD3AD8 Dark Orchid

📋 copy color: '#AD3AD8'

red 173 ◦ green 58 ◦ blue 216

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

Shades of Dark Orchid #AD3AD8

Tints of Dark Orchid #AD3AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 38.7%
G = 12.98%
B = 48.32%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD3AD8 (or 0xAD3AD8) is known color: Dark Orchid. HEX triplet: AD, 3A and D8. RGB value is (173,58,216). Sum of RGB (Red+Green+Blue) = 173+58+216=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD3AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AD8 is #52C527. Grayscale: #6D6D6D. Windows color (decimal): -5424424 or 14170797. OLE color: 14170797.

HSL color Cylindrical-coordinate representation of color #AD3AD8: hue angle of 283.67º degrees, saturation: 0.67, 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 #AD3AD8 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 58 216 -
CMYK 0.20 0.73 0 0.15
HSL 283.67º 0.67% 0.54% -
HSV(B) 283.67º 0.73% 0.85% -
XYZ 31.14 16.87 66.58 -
YUV 110.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 173 58 216 0.20 0.73 0 0.15 283.67 0.67 0.54
Hex AD 3A D8 14 49 0 F 11C 43 36
Octal 255 72 330 24 111 0 17 434 103 66
Binary 10101101 111010 11011000 10100 1001001 0 1111 100011100 1000011 110110

Color Harmonies of #AD3AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3AD8

Black with #AD3AD8

Text Example


Text Example

White with #AD3AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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