Html Css Color HEX #AD2DD1 Dark Orchid

📋 copy color: '#AD2DD1'

red 173 ◦ green 45 ◦ blue 209

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

Shades of Dark Orchid #AD2DD1

Tints of Dark Orchid #AD2DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 40.52%
G = 10.54%
B = 48.95%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD2DD1 (or 0xAD2DD1) is known color: Dark Orchid. HEX triplet: AD, 2D and D1. RGB value is (173,45,209). Sum of RGB (Red+Green+Blue) = 173+45+209=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD2DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DD1 is #52D22E. Grayscale: #656565. Windows color (decimal): -5427759 or 13708717. OLE color: 13708717.

HSL color Cylindrical-coordinate representation of color #AD2DD1: hue angle of 286.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2DD1 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 45 209 -
CMYK 0.17 0.78 0 0.18
HSL 286.83º 0.65% 0.5% -
HSV(B) 286.83º 0.78% 0.82% -
XYZ 29.68 15.36 61.72 -
YUV 101.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 173 45 209 0.17 0.78 0 0.18 286.83 0.65 0.5
Hex AD 2D D1 11 4E 0 12 11F 41 32
Octal 255 55 321 21 116 0 22 437 101 62
Binary 10101101 101101 11010001 10001 1001110 0 10010 100011111 1000001 110010

Color Harmonies of #AD2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DD1

Black with #AD2DD1

Text Example


Text Example

White with #AD2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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