Html Css Color HEX #AD36ED Dark Orchid

📋 copy color: '#AD36ED'

red 173 ◦ green 54 ◦ blue 237

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

Shades of Dark Orchid #AD36ED

Tints of Dark Orchid #AD36ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 37.28%
G = 11.64%
B = 51.08%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD36ED (or 0xAD36ED) is known color: Dark Orchid. HEX triplet: AD, 36 and ED. RGB value is (173,54,237). Sum of RGB (Red+Green+Blue) = 173+54+237=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD36ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36ED is #52C912. Grayscale: #6D6D6D. Windows color (decimal): -5425427 or 15546029. OLE color: 15546029.

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

Color convert

RGB 173 54 237 -
CMYK 0.27 0.77 0 0.07
HSL 279.02º 0.84% 0.57% -
HSV(B) 279.02º 0.77% 0.93% -
XYZ 33.84 17.64 81.74 -
YUV 110.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 173 54 237 0.27 0.77 0 0.07 279.02 0.84 0.57
Hex AD 36 ED 1B 4D 0 7 117 54 39
Octal 255 66 355 33 115 0 7 427 124 71
Binary 10101101 110110 11101101 11011 1001101 0 111 100010111 1010100 111001

Color Harmonies of #AD36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36ED

Black with #AD36ED

Text Example


Text Example

White with #AD36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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