Html Css Color HEX #AD3DDD Dark Orchid

📋 copy color: '#AD3DDD'

red 173 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #AD3DDD

Tints of Dark Orchid #AD3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.41%

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

R = 38.02%
G = 13.41%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD3DDD (or 0xAD3DDD) is known color: Dark Orchid. HEX triplet: AD, 3D and DD. RGB value is (173,61,221). Sum of RGB (Red+Green+Blue) = 173+61+221=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DDD is #52C222. Grayscale: #707070. Windows color (decimal): -5423651 or 14499245. OLE color: 14499245.

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

Color convert

RGB 173 61 221 -
CMYK 0.22 0.72 0 0.13
HSL 282º 0.7% 0.55% -
HSV(B) 282º 0.72% 0.87% -
XYZ 31.95 17.44 70.09 -
YUV 112.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 173 61 221 0.22 0.72 0 0.13 282 0.7 0.55
Hex AD 3D DD 16 48 0 D 11A 46 37
Octal 255 75 335 26 110 0 15 432 106 67
Binary 10101101 111101 11011101 10110 1001000 0 1101 100011010 1000110 110111

Color Harmonies of #AD3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DDD

Black with #AD3DDD

Text Example


Text Example

White with #AD3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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