Html Css Color HEX #AD26DF Dark Orchid

📋 copy color: '#AD26DF'

red 173 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #AD26DF

Tints of Dark Orchid #AD26DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 39.86%
G = 8.76%
B = 51.38%

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

#AD26DF (or 0xAD26DF) is known color: Dark Orchid. HEX triplet: AD, 26 and DF. RGB value is (173,38,223). Sum of RGB (Red+Green+Blue) = 173+38+223=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD26DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD26DF is #52D920. Grayscale: #626262. Windows color (decimal): -5429537 or 14624429. OLE color: 14624429.

HSL color Cylindrical-coordinate representation of color #AD26DF: hue angle of 283.78º degrees, saturation: 0.74, 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 #AD26DF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 38 223 -
CMYK 0.22 0.83 0 0.13
HSL 283.78º 0.74% 0.51% -
HSV(B) 283.78º 0.83% 0.87% -
XYZ 31.25 15.6 71.18 -
YUV 99.46 197.73 180.46 -
System Red Green Blue C M Y K H S L
Decimal 173 38 223 0.22 0.83 0 0.13 283.78 0.74 0.51
Hex AD 26 DF 16 53 0 D 11C 4A 33
Octal 255 46 337 26 123 0 15 434 112 63
Binary 10101101 100110 11011111 10110 1010011 0 1101 100011100 1001010 110011

Color Harmonies of #AD26DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26DF

Black with #AD26DF

Text Example


Text Example

White with #AD26DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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