Html Css Color HEX #AD1ACD Dark Orchid

📋 copy color: '#AD1ACD'

red 173 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #AD1ACD

Tints of Dark Orchid #AD1ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 42.82%
G = 6.44%
B = 50.74%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD1ACD (or 0xAD1ACD) is known color: Dark Orchid. HEX triplet: AD, 1A and CD. RGB value is (173,26,205). Sum of RGB (Red+Green+Blue) = 173+26+205=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD1ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ACD is #52E532. Grayscale: #595959. Windows color (decimal): -5432627 or 13441709. OLE color: 13441709.

HSL color Cylindrical-coordinate representation of color #AD1ACD: hue angle of 289.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1ACD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 26 205 -
CMYK 0.16 0.87 0 0.20
HSL 289.27º 0.77% 0.45% -
HSV(B) 289.27º 0.87% 0.8% -
XYZ 28.62 14.03 58.96 -
YUV 90.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 173 26 205 0.16 0.87 0 0.20 289.27 0.77 0.45
Hex AD 1A CD 10 57 0 14 121 4D 2D
Octal 255 32 315 20 127 0 24 441 115 55
Binary 10101101 11010 11001101 10000 1010111 0 10100 100100001 1001101 101101

Color Harmonies of #AD1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ACD

Black with #AD1ACD

Text Example


Text Example

White with #AD1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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