Html Css Color HEX #A01EDA Dark Orchid

📋 copy color: '#A01EDA'

red 160 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #A01EDA

Tints of Dark Orchid #A01EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 39.22%
G = 7.35%
B = 53.43%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A01EDA (or 0xA01EDA) is known color: Dark Orchid. HEX triplet: A0, 1E and DA. RGB value is (160,30,218). Sum of RGB (Red+Green+Blue) = 160+30+218=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #A01EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01EDA is #5FE125. Grayscale: #595959. Windows color (decimal): -6283558 or 14294688. OLE color: 14294688.

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

Color convert

RGB 160 30 218 -
CMYK 0.27 0.86 0 0.15
HSL 281.49º 0.76% 0.49% -
HSV(B) 281.49º 0.86% 0.85% -
XYZ 27.62 13.46 67.47 -
YUV 90.3 200.07 177.71 -
System Red Green Blue C M Y K H S L
Decimal 160 30 218 0.27 0.86 0 0.15 281.49 0.76 0.49
Hex A0 1E DA 1B 56 0 F 119 4C 31
Octal 240 36 332 33 126 0 17 431 114 61
Binary 10100000 11110 11011010 11011 1010110 0 1111 100011001 1001100 110001

Color Harmonies of #A01EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EDA

Black with #A01EDA

Text Example


Text Example

White with #A01EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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