Html Css Color HEX #A049DD Dark Orchid

📋 copy color: '#A049DD'

red 160 ◦ green 73 ◦ blue 221

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

Shades of Dark Orchid #A049DD

Tints of Dark Orchid #A049DD

RGB

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

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

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

R = 35.24%
G = 16.08%
B = 48.68%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A049DD (or 0xA049DD) is known color: Dark Orchid. HEX triplet: A0, 49 and DD. RGB value is (160,73,221). Sum of RGB (Red+Green+Blue) = 160+73+221=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A049DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049DD is #5FB622. Grayscale: #737373. Windows color (decimal): -6272547 or 14502304. OLE color: 14502304.

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

Color convert

RGB 160 73 221 -
CMYK 0.28 0.67 0 0.13
HSL 275.27º 0.69% 0.58% -
HSV(B) 275.27º 0.67% 0.87% -
XYZ 29.93 17.46 70.2 -
YUV 115.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 160 73 221 0.28 0.67 0 0.13 275.27 0.69 0.58
Hex A0 49 DD 1C 43 0 D 113 45 3A
Octal 240 111 335 34 103 0 15 423 105 72
Binary 10100000 1001001 11011101 11100 1000011 0 1101 100010011 1000101 111010

Color Harmonies of #A049DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049DD

Black with #A049DD

Text Example


Text Example

White with #A049DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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