Html Css Color HEX #AD37EA Dark Orchid

📋 copy color: '#AD37EA'

red 173 ◦ green 55 ◦ blue 234

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

Shades of Dark Orchid #AD37EA

Tints of Dark Orchid #AD37EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 37.45%
G = 11.9%
B = 50.65%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD37EA (or 0xAD37EA) is known color: Dark Orchid. HEX triplet: AD, 37 and EA. RGB value is (173,55,234). Sum of RGB (Red+Green+Blue) = 173+55+234=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD37EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37EA is #52C815. Grayscale: #6E6E6E. Windows color (decimal): -5425174 or 15349677. OLE color: 15349677.

HSL color Cylindrical-coordinate representation of color #AD37EA: hue angle of 279.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD37EA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 55 234 -
CMYK 0.26 0.76 0 0.08
HSL 279.55º 0.81% 0.57% -
HSV(B) 279.55º 0.76% 0.92% -
XYZ 33.45 17.56 79.47 -
YUV 110.69 197.59 172.45 -
System Red Green Blue C M Y K H S L
Decimal 173 55 234 0.26 0.76 0 0.08 279.55 0.81 0.57
Hex AD 37 EA 1A 4C 0 8 118 51 39
Octal 255 67 352 32 114 0 10 430 121 71
Binary 10101101 110111 11101010 11010 1001100 0 1000 100011000 1010001 111001

Color Harmonies of #AD37EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37EA

Black with #AD37EA

Text Example


Text Example

White with #AD37EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37EA; }

 p { color: rgb(173,55,234); }

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

background-color css

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

 a { background-color: rgb(173,55,234); }

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

border-color css

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

 span { border-color: rgb(173,55,234); }

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