Html Css Color HEX #AD2DDD Dark Orchid

📋 copy color: '#AD2DDD'

red 173 ◦ green 45 ◦ blue 221

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

Shades of Dark Orchid #AD2DDD

Tints of Dark Orchid #AD2DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

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

R = 39.41%
G = 10.25%
B = 50.34%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD2DDD (or 0xAD2DDD) is known color: Dark Orchid. HEX triplet: AD, 2D and DD. RGB value is (173,45,221). Sum of RGB (Red+Green+Blue) = 173+45+221=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DDD is #52D222. Grayscale: #666666. Windows color (decimal): -5427747 or 14495149. OLE color: 14495149.

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

Color convert

RGB 173 45 221 -
CMYK 0.22 0.80 0 0.13
HSL 283.64º 0.72% 0.52% -
HSV(B) 283.64º 0.8% 0.87% -
XYZ 31.22 15.98 69.85 -
YUV 103.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 173 45 221 0.22 0.80 0 0.13 283.64 0.72 0.52
Hex AD 2D DD 16 50 0 D 11C 48 34
Octal 255 55 335 26 120 0 15 434 110 64
Binary 10101101 101101 11011101 10110 1010000 0 1101 100011100 1001000 110100

Color Harmonies of #AD2DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DDD

Black with #AD2DDD

Text Example


Text Example

White with #AD2DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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