Html Css Color HEX #AD31DA Dark Orchid

📋 copy color: '#AD31DA'

red 173 ◦ green 49 ◦ blue 218

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

Shades of Dark Orchid #AD31DA

Tints of Dark Orchid #AD31DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 39.32%
G = 11.14%
B = 49.55%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD31DA (or 0xAD31DA) is known color: Dark Orchid. HEX triplet: AD, 31 and DA. RGB value is (173,49,218). Sum of RGB (Red+Green+Blue) = 173+49+218=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD31DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD31DA is #52CE25. Grayscale: #686868. Windows color (decimal): -5426726 or 14299565. OLE color: 14299565.

HSL color Cylindrical-coordinate representation of color #AD31DA: hue angle of 284.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD31DA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 49 218 -
CMYK 0.21 0.78 0 0.15
HSL 284.02º 0.7% 0.52% -
HSV(B) 284.02º 0.78% 0.85% -
XYZ 30.99 16.14 67.81 -
YUV 105.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 173 49 218 0.21 0.78 0 0.15 284.02 0.7 0.52
Hex AD 31 DA 15 4E 0 F 11C 46 34
Octal 255 61 332 25 116 0 17 434 106 64
Binary 10101101 110001 11011010 10101 1001110 0 1111 100011100 1000110 110100

Color Harmonies of #AD31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31DA

Black with #AD31DA

Text Example


Text Example

White with #AD31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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