Html Css Color HEX #A949DC Medium Orchid

📋 copy color: '#A949DC'

red 169 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #A949DC

Tints of Medium Orchid #A949DC

RGB

 RED value IS 169 (66.41% from 255) = 36.58%

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

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

R = 36.58%
G = 15.8%
B = 47.62%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A949DC (or 0xA949DC) is known color: Medium Orchid. HEX triplet: A9, 49 and DC. RGB value is (169,73,220). Sum of RGB (Red+Green+Blue) = 169+73+220=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #A949DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949DC is #56B623. Grayscale: #757575. Windows color (decimal): -5682724 or 14436777. OLE color: 14436777.

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

Color convert

RGB 169 73 220 -
CMYK 0.23 0.67 0 0.14
HSL 279.18º 0.68% 0.57% -
HSV(B) 279.18º 0.67% 0.86% -
XYZ 31.66 18.37 69.59 -
YUV 118.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 169 73 220 0.23 0.67 0 0.14 279.18 0.68 0.57
Hex A9 49 DC 17 43 0 E 117 44 39
Octal 251 111 334 27 103 0 16 427 104 71
Binary 10101001 1001001 11011100 10111 1000011 0 1110 100010111 1000100 111001

Color Harmonies of #A949DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949DC

Black with #A949DC

Text Example


Text Example

White with #A949DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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