Html Css Color HEX #A01EDD Dark Orchid

📋 copy color: '#A01EDD'

red 160 ◦ green 30 ◦ blue 221

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

Shades of Dark Orchid #A01EDD

Tints of Dark Orchid #A01EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 38.93%
G = 7.3%
B = 53.77%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A01EDD (or 0xA01EDD) is known color: Dark Orchid. HEX triplet: A0, 1E and DD. RGB value is (160,30,221). Sum of RGB (Red+Green+Blue) = 160+30+221=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #A01EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01EDD is #5FE122. Grayscale: #5A5A5A. Windows color (decimal): -6283555 or 14491296. OLE color: 14491296.

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

Color convert

RGB 160 30 221 -
CMYK 0.28 0.86 0 0.13
HSL 280.84º 0.76% 0.49% -
HSV(B) 280.84º 0.86% 0.87% -
XYZ 28.01 13.62 69.56 -
YUV 90.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 160 30 221 0.28 0.86 0 0.13 280.84 0.76 0.49
Hex A0 1E DD 1C 56 0 D 119 4C 31
Octal 240 36 335 34 126 0 15 431 114 61
Binary 10100000 11110 11011101 11100 1010110 0 1101 100011001 1001100 110001

Color Harmonies of #A01EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EDD

Black with #A01EDD

Text Example


Text Example

White with #A01EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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