Html Css Color HEX #AD31B7 Dark Orchid

📋 copy color: '#AD31B7'

red 173 ◦ green 49 ◦ blue 183

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

Shades of Dark Orchid #AD31B7

Tints of Dark Orchid #AD31B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 42.72%
G = 12.1%
B = 45.19%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD31B7 (or 0xAD31B7) is known color: Dark Orchid. HEX triplet: AD, 31 and B7. RGB value is (173,49,183). Sum of RGB (Red+Green+Blue) = 173+49+183=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD31B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31B7 is #52CE48. Grayscale: #646464. Windows color (decimal): -5426761 or 12005805. OLE color: 12005805.

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

Color convert

RGB 173 49 183 -
CMYK 0.05 0.73 0 0.28
HSL 295.52º 0.58% 0.45% -
HSV(B) 295.52º 0.73% 0.72% -
XYZ 26.88 14.5 46.18 -
YUV 101.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 173 49 183 0.05 0.73 0 0.28 295.52 0.58 0.45
Hex AD 31 B7 5 49 0 1C 128 3A 2D
Octal 255 61 267 5 111 0 34 450 72 55
Binary 10101101 110001 10110111 101 1001001 0 11100 100101000 111010 101101

Color Harmonies of #AD31B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31B7

Black with #AD31B7

Text Example


Text Example

White with #AD31B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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