Html Css Color HEX #AD26DD Dark Orchid

📋 copy color: '#AD26DD'

red 173 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #AD26DD

Tints of Dark Orchid #AD26DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.8%

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

R = 40.05%
G = 8.8%
B = 51.16%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD26DD (or 0xAD26DD) is known color: Dark Orchid. HEX triplet: AD, 26 and DD. RGB value is (173,38,221). Sum of RGB (Red+Green+Blue) = 173+38+221=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD26DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26DD is #52D922. Grayscale: #626262. Windows color (decimal): -5429539 or 14493357. OLE color: 14493357.

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

Color convert

RGB 173 38 221 -
CMYK 0.22 0.83 0 0.13
HSL 284.26º 0.73% 0.51% -
HSV(B) 284.26º 0.83% 0.87% -
XYZ 30.98 15.49 69.76 -
YUV 99.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 173 38 221 0.22 0.83 0 0.13 284.26 0.73 0.51
Hex AD 26 DD 16 53 0 D 11C 49 33
Octal 255 46 335 26 123 0 15 434 111 63
Binary 10101101 100110 11011101 10110 1010011 0 1101 100011100 1001001 110011

Color Harmonies of #AD26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26DD

Black with #AD26DD

Text Example


Text Example

White with #AD26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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