Html Css Color HEX #AD37DD Dark Orchid

📋 copy color: '#AD37DD'

red 173 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #AD37DD

Tints of Dark Orchid #AD37DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.25%

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

R = 38.53%
G = 12.25%
B = 49.22%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD37DD (or 0xAD37DD) is known color: Dark Orchid. HEX triplet: AD, 37 and DD. RGB value is (173,55,221). Sum of RGB (Red+Green+Blue) = 173+55+221=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37DD is #52C822. Grayscale: #6C6C6C. Windows color (decimal): -5425187 or 14497709. OLE color: 14497709.

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

Color convert

RGB 173 55 221 -
CMYK 0.22 0.75 0 0.13
HSL 282.65º 0.71% 0.54% -
HSV(B) 282.65º 0.75% 0.87% -
XYZ 31.65 16.84 69.99 -
YUV 109.21 191.09 173.5 -
System Red Green Blue C M Y K H S L
Decimal 173 55 221 0.22 0.75 0 0.13 282.65 0.71 0.54
Hex AD 37 DD 16 4B 0 D 11B 47 36
Octal 255 67 335 26 113 0 15 433 107 66
Binary 10101101 110111 11011101 10110 1001011 0 1101 100011011 1000111 110110

Color Harmonies of #AD37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37DD

Black with #AD37DD

Text Example


Text Example

White with #AD37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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