Html Css Color HEX #AD3ED8 Dark Orchid

📋 copy color: '#AD3ED8'

red 173 ◦ green 62 ◦ blue 216

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

Shades of Dark Orchid #AD3ED8

Tints of Dark Orchid #AD3ED8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.75%

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

R = 38.36%
G = 13.75%
B = 47.89%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD3ED8 (or 0xAD3ED8) is known color: Dark Orchid. HEX triplet: AD, 3E and D8. RGB value is (173,62,216). Sum of RGB (Red+Green+Blue) = 173+62+216=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD3ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ED8 is #52C127. Grayscale: #707070. Windows color (decimal): -5423400 or 14171821. OLE color: 14171821.

HSL color Cylindrical-coordinate representation of color #AD3ED8: hue angle of 283.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3ED8 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 62 216 -
CMYK 0.20 0.71 0 0.15
HSL 283.25º 0.66% 0.55% -
HSV(B) 283.25º 0.71% 0.85% -
XYZ 31.35 17.29 66.65 -
YUV 112.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 173 62 216 0.20 0.71 0 0.15 283.25 0.66 0.55
Hex AD 3E D8 14 47 0 F 11B 42 37
Octal 255 76 330 24 107 0 17 433 102 67
Binary 10101101 111110 11011000 10100 1000111 0 1111 100011011 1000010 110111

Color Harmonies of #AD3ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ED8

Black with #AD3ED8

Text Example


Text Example

White with #AD3ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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