Html Css Color HEX #AD36DD Dark Orchid

📋 copy color: '#AD36DD'

red 173 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #AD36DD

Tints of Dark Orchid #AD36DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.05%

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

R = 38.62%
G = 12.05%
B = 49.33%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD36DD (or 0xAD36DD) is known color: Dark Orchid. HEX triplet: AD, 36 and DD. RGB value is (173,54,221). Sum of RGB (Red+Green+Blue) = 173+54+221=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36DD is #52C922. Grayscale: #6C6C6C. Windows color (decimal): -5425443 or 14497453. OLE color: 14497453.

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

Color convert

RGB 173 54 221 -
CMYK 0.22 0.76 0 0.13
HSL 282.75º 0.71% 0.54% -
HSV(B) 282.75º 0.76% 0.87% -
XYZ 31.6 16.74 69.97 -
YUV 108.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 173 54 221 0.22 0.76 0 0.13 282.75 0.71 0.54
Hex AD 36 DD 16 4C 0 D 11B 47 36
Octal 255 66 335 26 114 0 15 433 107 66
Binary 10101101 110110 11011101 10110 1001100 0 1101 100011011 1000111 110110

Color Harmonies of #AD36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36DD

Black with #AD36DD

Text Example


Text Example

White with #AD36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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