Html Css Color HEX #AD1ED3 Dark Orchid

📋 copy color: '#AD1ED3'

red 173 ◦ green 30 ◦ blue 211

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

Shades of Dark Orchid #AD1ED3

Tints of Dark Orchid #AD1ED3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.25%

 BLUE value IS 211 (82.81% from 255) = 50.97%

R = 41.79%
G = 7.25%
B = 50.97%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD1ED3 (or 0xAD1ED3) is known color: Dark Orchid. HEX triplet: AD, 1E and D3. RGB value is (173,30,211). Sum of RGB (Red+Green+Blue) = 173+30+211=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD1ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ED3 is #52E12C. Grayscale: #5C5C5C. Windows color (decimal): -5431597 or 13835949. OLE color: 13835949.

HSL color Cylindrical-coordinate representation of color #AD1ED3: hue angle of 287.4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ED3 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 30 211 -
CMYK 0.18 0.86 0 0.17
HSL 287.4º 0.75% 0.47% -
HSV(B) 287.4º 0.86% 0.83% -
XYZ 29.46 14.52 62.88 -
YUV 93.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 173 30 211 0.18 0.86 0 0.17 287.4 0.75 0.47
Hex AD 1E D3 12 56 0 11 11F 4B 2F
Octal 255 36 323 22 126 0 21 437 113 57
Binary 10101101 11110 11010011 10010 1010110 0 10001 100011111 1001011 101111

Color Harmonies of #AD1ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ED3

Black with #AD1ED3

Text Example


Text Example

White with #AD1ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ED3; }

 p { color: rgb(173,30,211); }

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

background-color css

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

 a { background-color: rgb(173,30,211); }

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

border-color css

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

 span { border-color: rgb(173,30,211); }

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