Html Css Color HEX #A049DC Dark Orchid

📋 copy color: '#A049DC'

red 160 ◦ green 73 ◦ blue 220

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

Shades of Dark Orchid #A049DC

Tints of Dark Orchid #A049DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 35.32%
G = 16.11%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A049DC (or 0xA049DC) is known color: Dark Orchid. HEX triplet: A0, 49 and DC. RGB value is (160,73,220). Sum of RGB (Red+Green+Blue) = 160+73+220=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #A049DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049DC is #5FB623. Grayscale: #737373. Windows color (decimal): -6272548 or 14436768. OLE color: 14436768.

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

Color convert

RGB 160 73 220 -
CMYK 0.27 0.67 0 0.14
HSL 275.51º 0.68% 0.57% -
HSV(B) 275.51º 0.67% 0.86% -
XYZ 29.8 17.41 69.5 -
YUV 115.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 160 73 220 0.27 0.67 0 0.14 275.51 0.68 0.57
Hex A0 49 DC 1B 43 0 E 114 44 39
Octal 240 111 334 33 103 0 16 424 104 71
Binary 10100000 1001001 11011100 11011 1000011 0 1110 100010100 1000100 111001

Color Harmonies of #A049DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049DC

Black with #A049DC

Text Example


Text Example

White with #A049DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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