Html Css Color HEX #A931DB Dark Orchid

📋 copy color: '#A931DB'

red 169 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A931DB

Tints of Dark Orchid #A931DB

RGB

 RED value IS 169 (66.41% from 255) = 38.67%

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 38.67%
G = 11.21%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A931DB (or 0xA931DB) is known color: Dark Orchid. HEX triplet: A9, 31 and DB. RGB value is (169,49,219). Sum of RGB (Red+Green+Blue) = 169+49+219=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A931DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931DB is #56CE24. Grayscale: #676767. Windows color (decimal): -5688869 or 14365097. OLE color: 14365097.

HSL color Cylindrical-coordinate representation of color #A931DB: hue angle of 282.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A931DB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 49 219 -
CMYK 0.23 0.78 0 0.14
HSL 282.35º 0.7% 0.53% -
HSV(B) 282.35º 0.78% 0.86% -
XYZ 30.25 15.75 68.46 -
YUV 104.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 169 49 219 0.23 0.78 0 0.14 282.35 0.7 0.53
Hex A9 31 DB 17 4E 0 E 11A 46 35
Octal 251 61 333 27 116 0 16 432 106 65
Binary 10101001 110001 11011011 10111 1001110 0 1110 100011010 1000110 110101

Color Harmonies of #A931DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A931DB

Black with #A931DB

Text Example


Text Example

White with #A931DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A931DB; }

 p { color: rgb(169,49,219); }

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

background-color css

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

 a { background-color: rgb(169,49,219); }

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

border-color css

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

 span { border-color: rgb(169,49,219); }

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