Html Css Color HEX #A849F6 Medium Orchid

📋 copy color: '#A849F6'

red 168 ◦ green 73 ◦ blue 246

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

Shades of Medium Orchid #A849F6

Tints of Medium Orchid #A849F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 34.5%
G = 14.99%
B = 50.51%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A849F6 (or 0xA849F6) is known color: Medium Orchid. HEX triplet: A8, 49 and F6. RGB value is (168,73,246). Sum of RGB (Red+Green+Blue) = 168+73+246=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #A849F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849F6 is #57B609. Grayscale: #787878. Windows color (decimal): -5748234 or 16140712. OLE color: 16140712.

HSL color Cylindrical-coordinate representation of color #A849F6: hue angle of 272.95º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A849F6 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 73 246 -
CMYK 0.32 0.70 0 0.04
HSL 272.95º 0.91% 0.63% -
HSV(B) 272.95º 0.7% 0.96% -
XYZ 35.17 19.74 89.15 -
YUV 121.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 168 73 246 0.32 0.70 0 0.04 272.95 0.91 0.63
Hex A8 49 F6 20 46 0 4 111 5B 3F
Octal 250 111 366 40 106 0 4 421 133 77
Binary 10101000 1001001 11110110 100000 1000110 0 100 100010001 1011011 111111

Color Harmonies of #A849F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849F6

Black with #A849F6

Text Example


Text Example

White with #A849F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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