Html Css Color HEX #AD1ADD Dark Orchid

📋 copy color: '#AD1ADD'

red 173 ◦ green 26 ◦ blue 221

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

Shades of Dark Orchid #AD1ADD

Tints of Dark Orchid #AD1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.19%

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

R = 41.19%
G = 6.19%
B = 52.62%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD1ADD (or 0xAD1ADD) is known color: Dark Orchid. HEX triplet: AD, 1A and DD. RGB value is (173,26,221). Sum of RGB (Red+Green+Blue) = 173+26+221=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD1ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ADD is #52E522. Grayscale: #5B5B5B. Windows color (decimal): -5432611 or 14490285. OLE color: 14490285.

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

Color convert

RGB 173 26 221 -
CMYK 0.22 0.88 0 0.13
HSL 285.23º 0.79% 0.48% -
HSV(B) 285.23º 0.88% 0.87% -
XYZ 30.65 14.84 69.66 -
YUV 92.18 200.7 185.64 -
System Red Green Blue C M Y K H S L
Decimal 173 26 221 0.22 0.88 0 0.13 285.23 0.79 0.48
Hex AD 1A DD 16 58 0 D 11D 4F 30
Octal 255 32 335 26 130 0 15 435 117 60
Binary 10101101 11010 11011101 10110 1011000 0 1101 100011101 1001111 110000

Color Harmonies of #AD1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ADD

Black with #AD1ADD

Text Example


Text Example

White with #AD1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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