Html Css Color HEX #AD36BE Dark Orchid

📋 copy color: '#AD36BE'

red 173 ◦ green 54 ◦ blue 190

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

Shades of Dark Orchid #AD36BE

Tints of Dark Orchid #AD36BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 41.49%
G = 12.95%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD36BE (or 0xAD36BE) is known color: Dark Orchid. HEX triplet: AD, 36 and BE. RGB value is (173,54,190). Sum of RGB (Red+Green+Blue) = 173+54+190=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD36BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36BE is #52C941. Grayscale: #686868. Windows color (decimal): -5425474 or 12465837. OLE color: 12465837.

HSL color Cylindrical-coordinate representation of color #AD36BE: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD36BE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 54 190 -
CMYK 0.09 0.72 0 0.25
HSL 292.5º 0.56% 0.48% -
HSV(B) 292.5º 0.72% 0.75% -
XYZ 27.85 15.24 50.19 -
YUV 105.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 173 54 190 0.09 0.72 0 0.25 292.5 0.56 0.48
Hex AD 36 BE 9 48 0 19 124 38 30
Octal 255 66 276 11 110 0 31 444 70 60
Binary 10101101 110110 10111110 1001 1001000 0 11001 100100100 111000 110000

Color Harmonies of #AD36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36BE

Black with #AD36BE

Text Example


Text Example

White with #AD36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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