Html Css Color HEX #AD39BE Dark Orchid

📋 copy color: '#AD39BE'

red 173 ◦ green 57 ◦ blue 190

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

Shades of Dark Orchid #AD39BE

Tints of Dark Orchid #AD39BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.57%

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

R = 41.19%
G = 13.57%
B = 45.24%

CMYK

 C value IS 0.09

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD39BE (or 0xAD39BE) is known color: Dark Orchid. HEX triplet: AD, 39 and BE. RGB value is (173,57,190). Sum of RGB (Red+Green+Blue) = 173+57+190=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD39BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39BE is #52C641. Grayscale: #6A6A6A. Windows color (decimal): -5424706 or 12466605. OLE color: 12466605.

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

Color convert

RGB 173 57 190 -
CMYK 0.09 0.7 0 0.25
HSL 292.33º 0.54% 0.48% -
HSV(B) 292.33º 0.7% 0.75% -
XYZ 27.99 15.53 50.24 -
YUV 106.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 173 57 190 0.09 0.7 0 0.25 292.33 0.54 0.48
Hex AD 39 BE 9 46 0 19 124 36 30
Octal 255 71 276 11 106 0 31 444 66 60
Binary 10101101 111001 10111110 1001 1000110 0 11001 100100100 110110 110000

Color Harmonies of #AD39BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD39BE

Black with #AD39BE

Text Example


Text Example

White with #AD39BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD39BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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