Html Css Color HEX #AD3EDD Dark Orchid

📋 copy color: '#AD3EDD'

red 173 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #AD3EDD

Tints of Dark Orchid #AD3EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 37.94%
G = 13.6%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD3EDD (or 0xAD3EDD) is known color: Dark Orchid. HEX triplet: AD, 3E and DD. RGB value is (173,62,221). Sum of RGB (Red+Green+Blue) = 173+62+221=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EDD is #52C122. Grayscale: #707070. Windows color (decimal): -5423395 or 14499501. OLE color: 14499501.

HSL color Cylindrical-coordinate representation of color #AD3EDD: hue angle of 281.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3EDD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 62 221 -
CMYK 0.22 0.72 0 0.13
HSL 281.89º 0.7% 0.55% -
HSV(B) 281.89º 0.72% 0.87% -
XYZ 32.01 17.55 70.11 -
YUV 113.32 188.77 170.57 -
System Red Green Blue C M Y K H S L
Decimal 173 62 221 0.22 0.72 0 0.13 281.89 0.7 0.55
Hex AD 3E DD 16 48 0 D 11A 46 37
Octal 255 76 335 26 110 0 15 432 106 67
Binary 10101101 111110 11011101 10110 1001000 0 1101 100011010 1000110 110111

Color Harmonies of #AD3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EDD

Black with #AD3EDD

Text Example


Text Example

White with #AD3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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