Html Css Color HEX #AD3CEF Dark Orchid

📋 copy color: '#AD3CEF'

red 173 ◦ green 60 ◦ blue 239

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

Shades of Dark Orchid #AD3CEF

Tints of Dark Orchid #AD3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 36.65%
G = 12.71%
B = 50.64%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD3CEF (or 0xAD3CEF) is known color: Dark Orchid. HEX triplet: AD, 3C and EF. RGB value is (173,60,239). Sum of RGB (Red+Green+Blue) = 173+60+239=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD3CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CEF is #52C310. Grayscale: #717171. Windows color (decimal): -5423889 or 15678637. OLE color: 15678637.

HSL color Cylindrical-coordinate representation of color #AD3CEF: hue angle of 277.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3CEF is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 60 239 -
CMYK 0.28 0.75 0 0.06
HSL 277.88º 0.85% 0.59% -
HSV(B) 277.88º 0.75% 0.94% -
XYZ 34.43 18.35 83.39 -
YUV 114.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 173 60 239 0.28 0.75 0 0.06 277.88 0.85 0.59
Hex AD 3C EF 1C 4B 0 6 116 55 3B
Octal 255 74 357 34 113 0 6 426 125 73
Binary 10101101 111100 11101111 11100 1001011 0 110 100010110 1010101 111011

Color Harmonies of #AD3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CEF

Black with #AD3CEF

Text Example


Text Example

White with #AD3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CEF; }

 p { color: rgb(173,60,239); }

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

background-color css

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

 a { background-color: rgb(173,60,239); }

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

border-color css

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

 span { border-color: rgb(173,60,239); }

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