Html Css Color HEX #AD31BE Dark Orchid

📋 copy color: '#AD31BE'

red 173 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #AD31BE

Tints of Dark Orchid #AD31BE

RGB

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

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

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

R = 41.99%
G = 11.89%
B = 46.12%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD31BE (or 0xAD31BE) is known color: Dark Orchid. HEX triplet: AD, 31 and BE. RGB value is (173,49,190). Sum of RGB (Red+Green+Blue) = 173+49+190=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31BE is #52CE41. Grayscale: #656565. Windows color (decimal): -5426754 or 12464557. OLE color: 12464557.

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

Color convert

RGB 173 49 190 -
CMYK 0.09 0.74 0 0.25
HSL 292.77º 0.59% 0.47% -
HSV(B) 292.77º 0.74% 0.75% -
XYZ 27.63 14.8 50.12 -
YUV 102.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 173 49 190 0.09 0.74 0 0.25 292.77 0.59 0.47
Hex AD 31 BE 9 4A 0 19 125 3B 2F
Octal 255 61 276 11 112 0 31 445 73 57
Binary 10101101 110001 10111110 1001 1001010 0 11001 100100101 111011 101111

Color Harmonies of #AD31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31BE

Black with #AD31BE

Text Example


Text Example

White with #AD31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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