Html Css Color HEX #A831DB Dark Orchid

📋 copy color: '#A831DB'

red 168 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A831DB

Tints of Dark Orchid #A831DB

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

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

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

R = 38.53%
G = 11.24%
B = 50.23%

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

#A831DB (or 0xA831DB) is known color: Dark Orchid. HEX triplet: A8, 31 and DB. RGB value is (168,49,219). Sum of RGB (Red+Green+Blue) = 168+49+219=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A831DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831DB is #57CE24. Grayscale: #676767. Windows color (decimal): -5754405 or 14365096. OLE color: 14365096.

HSL color Cylindrical-coordinate representation of color #A831DB: hue angle of 282º 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 #A831DB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 49 219 -
CMYK 0.23 0.78 0 0.14
HSL 282º 0.7% 0.53% -
HSV(B) 282º 0.78% 0.86% -
XYZ 30.03 15.64 68.45 -
YUV 103.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 168 49 219 0.23 0.78 0 0.14 282 0.7 0.53
Hex A8 31 DB 17 4E 0 E 11A 46 35
Octal 250 61 333 27 116 0 16 432 106 65
Binary 10101000 110001 11011011 10111 1001110 0 1110 100011010 1000110 110101

Color Harmonies of #A831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831DB

Black with #A831DB

Text Example


Text Example

White with #A831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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