Html Css Color HEX #A486F0 Medium Purple

📋 copy color: '#A486F0'

red 164 ◦ green 134 ◦ blue 240

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

Shades of Medium Purple #A486F0

Tints of Medium Purple #A486F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 30.48%
G = 24.91%
B = 44.61%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A486F0 (or 0xA486F0) is known color: Medium Purple. HEX triplet: A4, 86 and F0. RGB value is (164,134,240). Sum of RGB (Red+Green+Blue) = 164+134+240=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #A486F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486F0 is #5B790F. Grayscale: #9A9A9A. Windows color (decimal): -5994768 or 15763108. OLE color: 15763108.

HSL color Cylindrical-coordinate representation of color #A486F0: hue angle of 256.98º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A486F0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 134 240 -
CMYK 0.32 0.44 0 0.06
HSL 256.98º 0.78% 0.73% -
HSV(B) 256.98º 0.44% 0.94% -
XYZ 39.56 31.23 86.38 -
YUV 155.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 164 134 240 0.32 0.44 0 0.06 256.98 0.78 0.73
Hex A4 86 F0 20 2C 0 6 101 4E 49
Octal 244 206 360 40 54 0 6 401 116 111
Binary 10100100 10000110 11110000 100000 101100 0 110 100000001 1001110 1001001

Color Harmonies of #A486F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486F0

Black with #A486F0

Text Example


Text Example

White with #A486F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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