Html Css Color HEX #A01EDB Dark Orchid

📋 copy color: '#A01EDB'

red 160 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #A01EDB

Tints of Dark Orchid #A01EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.33%

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

R = 39.12%
G = 7.33%
B = 53.55%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A01EDB (or 0xA01EDB) is known color: Dark Orchid. HEX triplet: A0, 1E and DB. RGB value is (160,30,219). Sum of RGB (Red+Green+Blue) = 160+30+219=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #A01EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01EDB is #5FE124. Grayscale: #595959. Windows color (decimal): -6283557 or 14360224. OLE color: 14360224.

HSL color Cylindrical-coordinate representation of color #A01EDB: hue angle of 281.27º degrees, saturation: 0.76, 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 #A01EDB is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 30 219 -
CMYK 0.27 0.86 0 0.14
HSL 281.27º 0.76% 0.49% -
HSV(B) 281.27º 0.86% 0.86% -
XYZ 27.75 13.52 68.16 -
YUV 90.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 160 30 219 0.27 0.86 0 0.14 281.27 0.76 0.49
Hex A0 1E DB 1B 56 0 E 119 4C 31
Octal 240 36 333 33 126 0 16 431 114 61
Binary 10100000 11110 11011011 11011 1010110 0 1110 100011001 1001100 110001

Color Harmonies of #A01EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EDB

Black with #A01EDB

Text Example


Text Example

White with #A01EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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