Html Css Color HEX #AD39BB Dark Orchid

📋 copy color: '#AD39BB'

red 173 ◦ green 57 ◦ blue 187

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

Shades of Dark Orchid #AD39BB

Tints of Dark Orchid #AD39BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 41.49%
G = 13.67%
B = 44.84%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD39BB (or 0xAD39BB) is known color: Dark Orchid. HEX triplet: AD, 39 and BB. RGB value is (173,57,187). Sum of RGB (Red+Green+Blue) = 173+57+187=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD39BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39BB is #52C644. Grayscale: #6A6A6A. Windows color (decimal): -5424709 or 12269997. OLE color: 12269997.

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

Color convert

RGB 173 57 187 -
CMYK 0.07 0.70 0 0.27
HSL 293.54º 0.53% 0.48% -
HSV(B) 293.54º 0.7% 0.73% -
XYZ 27.67 15.4 48.53 -
YUV 106.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 173 57 187 0.07 0.70 0 0.27 293.54 0.53 0.48
Hex AD 39 BB 7 46 0 1B 126 35 30
Octal 255 71 273 7 106 0 33 446 65 60
Binary 10101101 111001 10111011 111 1000110 0 11011 100100110 110101 110000

Color Harmonies of #AD39BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD39BB

Black with #AD39BB

Text Example


Text Example

White with #AD39BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD39BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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