Html Css Color HEX #AD3ADC Dark Orchid

📋 copy color: '#AD3ADC'

red 173 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #AD3ADC

Tints of Dark Orchid #AD3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 38.36%
G = 12.86%
B = 48.78%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD3ADC (or 0xAD3ADC) is known color: Dark Orchid. HEX triplet: AD, 3A and DC. RGB value is (173,58,220). Sum of RGB (Red+Green+Blue) = 173+58+220=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ADC is #52C523. Grayscale: #6E6E6E. Windows color (decimal): -5424420 or 14432941. OLE color: 14432941.

HSL color Cylindrical-coordinate representation of color #AD3ADC: hue angle of 282.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3ADC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 58 220 -
CMYK 0.21 0.74 0 0.14
HSL 282.59º 0.7% 0.55% -
HSV(B) 282.59º 0.74% 0.86% -
XYZ 31.66 17.08 69.34 -
YUV 110.85 189.6 172.33 -
System Red Green Blue C M Y K H S L
Decimal 173 58 220 0.21 0.74 0 0.14 282.59 0.7 0.55
Hex AD 3A DC 15 4A 0 E 11B 46 37
Octal 255 72 334 25 112 0 16 433 106 67
Binary 10101101 111010 11011100 10101 1001010 0 1110 100011011 1000110 110111

Color Harmonies of #AD3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ADC

Black with #AD3ADC

Text Example


Text Example

White with #AD3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ADC; }

 p { color: rgb(173,58,220); }

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

background-color css

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

 a { background-color: rgb(173,58,220); }

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

border-color css

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

 span { border-color: rgb(173,58,220); }

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