Html Css Color HEX #A049D1 Dark Orchid

📋 copy color: '#A049D1'

red 160 ◦ green 73 ◦ blue 209

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

Shades of Dark Orchid #A049D1

Tints of Dark Orchid #A049D1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.52%

 BLUE value IS 209 (82.03% from 255) = 47.29%

R = 36.2%
G = 16.52%
B = 47.29%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A049D1 (or 0xA049D1) is known color: Dark Orchid. HEX triplet: A0, 49 and D1. RGB value is (160,73,209). Sum of RGB (Red+Green+Blue) = 160+73+209=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #A049D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049D1 is #5FB62E. Grayscale: #727272. Windows color (decimal): -6272559 or 13715872. OLE color: 13715872.

HSL color Cylindrical-coordinate representation of color #A049D1: hue angle of 278.38º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A049D1 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 73 209 -
CMYK 0.23 0.65 0 0.18
HSL 278.38º 0.6% 0.55% -
HSV(B) 278.38º 0.65% 0.82% -
XYZ 28.39 16.84 62.08 -
YUV 114.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 160 73 209 0.23 0.65 0 0.18 278.38 0.6 0.55
Hex A0 49 D1 17 41 0 12 116 3C 37
Octal 240 111 321 27 101 0 22 426 74 67
Binary 10100000 1001001 11010001 10111 1000001 0 10010 100010110 111100 110111

Color Harmonies of #A049D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049D1

Black with #A049D1

Text Example


Text Example

White with #A049D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049D1; }

 p { color: rgb(160,73,209); }

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

background-color css

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

 a { background-color: rgb(160,73,209); }

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

border-color css

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

 span { border-color: rgb(160,73,209); }

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