Html Css Color HEX #AD3DEC Dark Orchid

📋 copy color: '#AD3DEC'

red 173 ◦ green 61 ◦ blue 236

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

Shades of Dark Orchid #AD3DEC

Tints of Dark Orchid #AD3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.98%

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 36.81%
G = 12.98%
B = 50.21%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD3DEC (or 0xAD3DEC) is known color: Dark Orchid. HEX triplet: AD, 3D and EC. RGB value is (173,61,236). Sum of RGB (Red+Green+Blue) = 173+61+236=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD3DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DEC is #52C213. Grayscale: #717171. Windows color (decimal): -5423636 or 15482285. OLE color: 15482285.

HSL color Cylindrical-coordinate representation of color #AD3DEC: hue angle of 278.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3DEC is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 61 236 -
CMYK 0.27 0.74 0 0.07
HSL 278.4º 0.82% 0.58% -
HSV(B) 278.4º 0.74% 0.93% -
XYZ 34.04 18.28 81.09 -
YUV 114.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 173 61 236 0.27 0.74 0 0.07 278.4 0.82 0.58
Hex AD 3D EC 1B 4A 0 7 116 52 3A
Octal 255 75 354 33 112 0 7 426 122 72
Binary 10101101 111101 11101100 11011 1001010 0 111 100010110 1010010 111010

Color Harmonies of #AD3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DEC

Black with #AD3DEC

Text Example


Text Example

White with #AD3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DEC; }

 p { color: rgb(173,61,236); }

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

background-color css

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

 a { background-color: rgb(173,61,236); }

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

border-color css

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

 span { border-color: rgb(173,61,236); }

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