Html Css Color HEX #A01CDB Dark Orchid

📋 copy color: '#A01CDB'

red 160 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #A01CDB

Tints of Dark Orchid #A01CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

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

R = 39.31%
G = 6.88%
B = 53.81%

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

#A01CDB (or 0xA01CDB) is known color: Dark Orchid. HEX triplet: A0, 1C and DB. RGB value is (160,28,219). Sum of RGB (Red+Green+Blue) = 160+28+219=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A01CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CDB is #5FE324. Grayscale: #585858. Windows color (decimal): -6284069 or 14359712. OLE color: 14359712.

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

Color convert

RGB 160 28 219 -
CMYK 0.27 0.87 0 0.14
HSL 281.47º 0.77% 0.48% -
HSV(B) 281.47º 0.87% 0.86% -
XYZ 27.7 13.42 68.15 -
YUV 89.24 201.23 178.47 -
System Red Green Blue C M Y K H S L
Decimal 160 28 219 0.27 0.87 0 0.14 281.47 0.77 0.48
Hex A0 1C DB 1B 57 0 E 119 4D 30
Octal 240 34 333 33 127 0 16 431 115 60
Binary 10100000 11100 11011011 11011 1010111 0 1110 100011001 1001101 110000

Color Harmonies of #A01CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CDB

Black with #A01CDB

Text Example


Text Example

White with #A01CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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