Html Css Color HEX #AD39BA Dark Orchid

📋 copy color: '#AD39BA'

red 173 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #AD39BA

Tints of Dark Orchid #AD39BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 41.59%
G = 13.7%
B = 44.71%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD39BA (or 0xAD39BA) is known color: Dark Orchid. HEX triplet: AD, 39 and BA. RGB value is (173,57,186). Sum of RGB (Red+Green+Blue) = 173+57+186=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39BA is #52C645. Grayscale: #696969. Windows color (decimal): -5424710 or 12204461. OLE color: 12204461.

HSL color Cylindrical-coordinate representation of color #AD39BA: hue angle of 293.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD39BA is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 57 186 -
CMYK 0.07 0.69 0 0.27
HSL 293.95º 0.53% 0.48% -
HSV(B) 293.95º 0.69% 0.73% -
XYZ 27.56 15.36 47.97 -
YUV 106.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 173 57 186 0.07 0.69 0 0.27 293.95 0.53 0.48
Hex AD 39 BA 7 45 0 1B 126 35 30
Octal 255 71 272 7 105 0 33 446 65 60
Binary 10101101 111001 10111010 111 1000101 0 11011 100100110 110101 110000

Color Harmonies of #AD39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD39BA

Black with #AD39BA

Text Example


Text Example

White with #AD39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD39BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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