Html Css Color HEX #AD31B8 Dark Orchid

📋 copy color: '#AD31B8'

red 173 ◦ green 49 ◦ blue 184

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

Shades of Dark Orchid #AD31B8

Tints of Dark Orchid #AD31B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 42.61%
G = 12.07%
B = 45.32%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD31B8 (or 0xAD31B8) is known color: Dark Orchid. HEX triplet: AD, 31 and B8. RGB value is (173,49,184). Sum of RGB (Red+Green+Blue) = 173+49+184=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD31B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31B8 is #52CE47. Grayscale: #656565. Windows color (decimal): -5426760 or 12071341. OLE color: 12071341.

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

Color convert

RGB 173 49 184 -
CMYK 0.06 0.73 0 0.28
HSL 295.11º 0.58% 0.46% -
HSV(B) 295.11º 0.73% 0.72% -
XYZ 26.98 14.54 46.73 -
YUV 101.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 173 49 184 0.06 0.73 0 0.28 295.11 0.58 0.46
Hex AD 31 B8 6 49 0 1C 127 3A 2E
Octal 255 61 270 6 111 0 34 447 72 56
Binary 10101101 110001 10111000 110 1001001 0 11100 100100111 111010 101110

Color Harmonies of #AD31B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31B8

Black with #AD31B8

Text Example


Text Example

White with #AD31B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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