Html Css Color HEX #A81FDB Dark Orchid

📋 copy color: '#A81FDB'

red 168 ◦ green 31 ◦ blue 219

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

Shades of Dark Orchid #A81FDB

Tints of Dark Orchid #A81FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.42%

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

R = 40.19%
G = 7.42%
B = 52.39%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A81FDB (or 0xA81FDB) is known color: Dark Orchid. HEX triplet: A8, 1F and DB. RGB value is (168,31,219). Sum of RGB (Red+Green+Blue) = 168+31+219=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A81FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FDB is #57E024. Grayscale: #5C5C5C. Windows color (decimal): -5759013 or 14360488. OLE color: 14360488.

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

Color convert

RGB 168 31 219 -
CMYK 0.23 0.86 0 0.14
HSL 283.72º 0.75% 0.49% -
HSV(B) 283.72º 0.86% 0.86% -
XYZ 29.42 14.42 68.25 -
YUV 93.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 168 31 219 0.23 0.86 0 0.14 283.72 0.75 0.49
Hex A8 1F DB 17 56 0 E 11C 4B 31
Octal 250 37 333 27 126 0 16 434 113 61
Binary 10101000 11111 11011011 10111 1010110 0 1110 100011100 1001011 110001

Color Harmonies of #A81FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FDB

Black with #A81FDB

Text Example


Text Example

White with #A81FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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