Html Css Color HEX #AD2DD5 Dark Orchid

📋 copy color: '#AD2DD5'

red 173 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #AD2DD5

Tints of Dark Orchid #AD2DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.42%

R = 40.14%
G = 10.44%
B = 49.42%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD2DD5 (or 0xAD2DD5) is known color: Dark Orchid. HEX triplet: AD, 2D and D5. RGB value is (173,45,213). Sum of RGB (Red+Green+Blue) = 173+45+213=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD2DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DD5 is #52D22A. Grayscale: #656565. Windows color (decimal): -5427755 or 13970861. OLE color: 13970861.

HSL color Cylindrical-coordinate representation of color #AD2DD5: hue angle of 285.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2DD5 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 45 213 -
CMYK 0.19 0.79 0 0.16
HSL 285.71º 0.67% 0.51% -
HSV(B) 285.71º 0.79% 0.84% -
XYZ 30.18 15.57 64.36 -
YUV 102.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 173 45 213 0.19 0.79 0 0.16 285.71 0.67 0.51
Hex AD 2D D5 13 4F 0 10 11E 43 33
Octal 255 55 325 23 117 0 20 436 103 63
Binary 10101101 101101 11010101 10011 1001111 0 10000 100011110 1000011 110011

Color Harmonies of #AD2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DD5

Black with #AD2DD5

Text Example


Text Example

White with #AD2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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