Html Css Color HEX #AD31BA Dark Orchid

📋 copy color: '#AD31BA'

red 173 ◦ green 49 ◦ blue 186

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

Shades of Dark Orchid #AD31BA

Tints of Dark Orchid #AD31BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.01%

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

R = 42.4%
G = 12.01%
B = 45.59%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD31BA (or 0xAD31BA) is known color: Dark Orchid. HEX triplet: AD, 31 and BA. RGB value is (173,49,186). Sum of RGB (Red+Green+Blue) = 173+49+186=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD31BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31BA is #52CE45. Grayscale: #656565. Windows color (decimal): -5426758 or 12202413. OLE color: 12202413.

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

Color convert

RGB 173 49 186 -
CMYK 0.07 0.74 0 0.27
HSL 294.31º 0.58% 0.46% -
HSV(B) 294.31º 0.74% 0.73% -
XYZ 27.19 14.63 47.84 -
YUV 101.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 173 49 186 0.07 0.74 0 0.27 294.31 0.58 0.46
Hex AD 31 BA 7 4A 0 1B 126 3A 2E
Octal 255 61 272 7 112 0 33 446 72 56
Binary 10101101 110001 10111010 111 1001010 0 11011 100100110 111010 101110

Color Harmonies of #AD31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31BA

Black with #AD31BA

Text Example


Text Example

White with #AD31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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