Html Css Color HEX #A849DC Medium Orchid

📋 copy color: '#A849DC'

red 168 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #A849DC

Tints of Medium Orchid #A849DC

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

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

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

R = 36.44%
G = 15.84%
B = 47.72%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A849DC (or 0xA849DC) is known color: Medium Orchid. HEX triplet: A8, 49 and DC. RGB value is (168,73,220). Sum of RGB (Red+Green+Blue) = 168+73+220=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #A849DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849DC is #57B623. Grayscale: #757575. Windows color (decimal): -5748260 or 14436776. OLE color: 14436776.

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

Color convert

RGB 168 73 220 -
CMYK 0.24 0.67 0 0.14
HSL 278.78º 0.68% 0.57% -
HSV(B) 278.78º 0.67% 0.86% -
XYZ 31.45 18.26 69.58 -
YUV 118.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 168 73 220 0.24 0.67 0 0.14 278.78 0.68 0.57
Hex A8 49 DC 18 43 0 E 117 44 39
Octal 250 111 334 30 103 0 16 427 104 71
Binary 10101000 1001001 11011100 11000 1000011 0 1110 100010111 1000100 111001

Color Harmonies of #A849DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849DC

Black with #A849DC

Text Example


Text Example

White with #A849DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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