Html Css Color HEX #A049DB Dark Orchid

📋 copy color: '#A049DB'

red 160 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #A049DB

Tints of Dark Orchid #A049DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 35.4%
G = 16.15%
B = 48.45%

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

#A049DB (or 0xA049DB) is known color: Dark Orchid. HEX triplet: A0, 49 and DB. RGB value is (160,73,219). Sum of RGB (Red+Green+Blue) = 160+73+219=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A049DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049DB is #5FB624. Grayscale: #737373. Windows color (decimal): -6272549 or 14371232. OLE color: 14371232.

HSL color Cylindrical-coordinate representation of color #A049DB: hue angle of 275.75º degrees, saturation: 0.67, 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 #A049DB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 73 219 -
CMYK 0.27 0.67 0 0.14
HSL 275.75º 0.67% 0.57% -
HSV(B) 275.75º 0.67% 0.86% -
XYZ 29.67 17.35 68.8 -
YUV 115.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 160 73 219 0.27 0.67 0 0.14 275.75 0.67 0.57
Hex A0 49 DB 1B 43 0 E 114 43 39
Octal 240 111 333 33 103 0 16 424 103 71
Binary 10100000 1001001 11011011 11011 1000011 0 1110 100010100 1000011 111001

Color Harmonies of #A049DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049DB

Black with #A049DB

Text Example


Text Example

White with #A049DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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