Html Css Color HEX #A849CE Medium Orchid

📋 copy color: '#A849CE'

red 168 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #A849CE

Tints of Medium Orchid #A849CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 37.58%
G = 16.33%
B = 46.09%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A849CE (or 0xA849CE) is known color: Medium Orchid. HEX triplet: A8, 49 and CE. RGB value is (168,73,206). Sum of RGB (Red+Green+Blue) = 168+73+206=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #A849CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CE is #57B631. Grayscale: #747474. Windows color (decimal): -5748274 or 13519272. OLE color: 13519272.

HSL color Cylindrical-coordinate representation of color #A849CE: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A849CE is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 73 206 -
CMYK 0.18 0.65 0 0.19
HSL 282.86º 0.58% 0.55% -
HSV(B) 282.86º 0.65% 0.81% -
XYZ 29.67 17.55 60.22 -
YUV 116.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 168 73 206 0.18 0.65 0 0.19 282.86 0.58 0.55
Hex A8 49 CE 12 41 0 13 11B 3A 37
Octal 250 111 316 22 101 0 23 433 72 67
Binary 10101000 1001001 11001110 10010 1000001 0 10011 100011011 111010 110111

Color Harmonies of #A849CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849CE

Black with #A849CE

Text Example


Text Example

White with #A849CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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