Html Css Color HEX #AD1DC1 Dark Orchid

📋 copy color: '#AD1DC1'

red 173 ◦ green 29 ◦ blue 193

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

Shades of Dark Orchid #AD1DC1

Tints of Dark Orchid #AD1DC1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 43.8%
G = 7.34%
B = 48.86%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD1DC1 (or 0xAD1DC1) is known color: Dark Orchid. HEX triplet: AD, 1D and C1. RGB value is (173,29,193). Sum of RGB (Red+Green+Blue) = 173+29+193=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD1DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DC1 is #52E23E. Grayscale: #5A5A5A. Windows color (decimal): -5431871 or 12656045. OLE color: 12656045.

HSL color Cylindrical-coordinate representation of color #AD1DC1: hue angle of 292.68º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1DC1 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 29 193 -
CMYK 0.10 0.85 0 0.24
HSL 292.68º 0.74% 0.44% -
HSV(B) 292.68º 0.85% 0.76% -
XYZ 27.3 13.61 51.64 -
YUV 90.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 173 29 193 0.10 0.85 0 0.24 292.68 0.74 0.44
Hex AD 1D C1 A 55 0 18 125 4A 2C
Octal 255 35 301 12 125 0 30 445 112 54
Binary 10101101 11101 11000001 1010 1010101 0 11000 100100101 1001010 101100

Color Harmonies of #AD1DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1DC1

Black with #AD1DC1

Text Example


Text Example

White with #AD1DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1DC1; }

 p { color: rgb(173,29,193); }

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

background-color css

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

 a { background-color: rgb(173,29,193); }

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

border-color css

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

 span { border-color: rgb(173,29,193); }

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