Html Css Color HEX #A01DDB Dark Orchid

📋 copy color: '#A01DDB'

red 160 ◦ green 29 ◦ blue 219

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

Shades of Dark Orchid #A01DDB

Tints of Dark Orchid #A01DDB

RGB

 RED value IS 160 (62.89% from 255) = 39.22%

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 39.22%
G = 7.11%
B = 53.68%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A01DDB (or 0xA01DDB) is known color: Dark Orchid. HEX triplet: A0, 1D and DB. RGB value is (160,29,219). Sum of RGB (Red+Green+Blue) = 160+29+219=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A01DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DDB is #5FE224. Grayscale: #595959. Windows color (decimal): -6283813 or 14359968. OLE color: 14359968.

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

Color convert

RGB 160 29 219 -
CMYK 0.27 0.87 0 0.14
HSL 281.37º 0.77% 0.49% -
HSV(B) 281.37º 0.87% 0.86% -
XYZ 27.72 13.47 68.16 -
YUV 89.83 200.9 178.05 -
System Red Green Blue C M Y K H S L
Decimal 160 29 219 0.27 0.87 0 0.14 281.37 0.77 0.49
Hex A0 1D DB 1B 57 0 E 119 4D 31
Octal 240 35 333 33 127 0 16 431 115 61
Binary 10100000 11101 11011011 11011 1010111 0 1110 100011001 1001101 110001

Color Harmonies of #A01DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DDB

Black with #A01DDB

Text Example


Text Example

White with #A01DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DDB; }

 p { color: rgb(160,29,219); }

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

background-color css

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

 a { background-color: rgb(160,29,219); }

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

border-color css

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

 span { border-color: rgb(160,29,219); }

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