Html Css Color HEX #AD36EA Dark Orchid

📋 copy color: '#AD36EA'

red 173 ◦ green 54 ◦ blue 234

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

Shades of Dark Orchid #AD36EA

Tints of Dark Orchid #AD36EA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

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

R = 37.53%
G = 11.71%
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

#AD36EA (or 0xAD36EA) is known color: Dark Orchid. HEX triplet: AD, 36 and EA. RGB value is (173,54,234). Sum of RGB (Red+Green+Blue) = 173+54+234=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD36EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36EA is #52C915. Grayscale: #6D6D6D. Windows color (decimal): -5425430 or 15349421. OLE color: 15349421.

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

Color convert

RGB 173 54 234 -
CMYK 0.26 0.77 0 0.08
HSL 279.67º 0.81% 0.56% -
HSV(B) 279.67º 0.77% 0.92% -
XYZ 33.4 17.46 79.45 -
YUV 110.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 173 54 234 0.26 0.77 0 0.08 279.67 0.81 0.56
Hex AD 36 EA 1A 4D 0 8 118 51 38
Octal 255 66 352 32 115 0 10 430 121 70
Binary 10101101 110110 11101010 11010 1001101 0 1000 100011000 1010001 111000

Color Harmonies of #AD36EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36EA

Black with #AD36EA

Text Example


Text Example

White with #AD36EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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