Html Css Color HEX #AD37EB Dark Orchid

📋 copy color: '#AD37EB'

red 173 ◦ green 55 ◦ blue 235

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

Shades of Dark Orchid #AD37EB

Tints of Dark Orchid #AD37EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 37.37%
G = 11.88%
B = 50.76%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD37EB (or 0xAD37EB) is known color: Dark Orchid. HEX triplet: AD, 37 and EB. RGB value is (173,55,235). Sum of RGB (Red+Green+Blue) = 173+55+235=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD37EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37EB is #52C814. Grayscale: #6E6E6E. Windows color (decimal): -5425173 or 15415213. OLE color: 15415213.

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

Color convert

RGB 173 55 235 -
CMYK 0.26 0.77 0 0.08
HSL 279.33º 0.82% 0.57% -
HSV(B) 279.33º 0.77% 0.92% -
XYZ 33.6 17.61 80.23 -
YUV 110.8 198.09 172.36 -
System Red Green Blue C M Y K H S L
Decimal 173 55 235 0.26 0.77 0 0.08 279.33 0.82 0.57
Hex AD 37 EB 1A 4D 0 8 117 52 39
Octal 255 67 353 32 115 0 10 427 122 71
Binary 10101101 110111 11101011 11010 1001101 0 1000 100010111 1010010 111001

Color Harmonies of #AD37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37EB

Black with #AD37EB

Text Example


Text Example

White with #AD37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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