Html Css Color HEX #A486F6 Medium Purple

📋 copy color: '#A486F6'

red 164 ◦ green 134 ◦ blue 246

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

Shades of Medium Purple #A486F6

Tints of Medium Purple #A486F6

RGB

 RED value IS 164 (64.45% from 255) = 30.15%

 GREEN value IS 134 (52.73% from 255) = 24.63%

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

R = 30.15%
G = 24.63%
B = 45.22%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A486F6 (or 0xA486F6) is known color: Medium Purple. HEX triplet: A4, 86 and F6. RGB value is (164,134,246). Sum of RGB (Red+Green+Blue) = 164+134+246=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #A486F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486F6 is #5B7909. Grayscale: #9B9B9B. Windows color (decimal): -5994762 or 16156324. OLE color: 16156324.

HSL color Cylindrical-coordinate representation of color #A486F6: hue angle of 256.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A486F6 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 134 246 -
CMYK 0.33 0.46 0 0.04
HSL 256.07º 0.86% 0.75% -
HSV(B) 256.07º 0.46% 0.96% -
XYZ 40.47 31.6 91.15 -
YUV 155.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 164 134 246 0.33 0.46 0 0.04 256.07 0.86 0.75
Hex A4 86 F6 21 2E 0 4 100 56 4B
Octal 244 206 366 41 56 0 4 400 126 113
Binary 10100100 10000110 11110110 100001 101110 0 100 100000000 1010110 1001011

Color Harmonies of #A486F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486F6

Black with #A486F6

Text Example


Text Example

White with #A486F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486F6; }

 p { color: rgb(164,134,246); }

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

background-color css

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

 a { background-color: rgb(164,134,246); }

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

border-color css

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

 span { border-color: rgb(164,134,246); }

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