Html Css Color HEX #A486E8 Medium Purple

📋 copy color: '#A486E8'

red 164 ◦ green 134 ◦ blue 232

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

Shades of Medium Purple #A486E8

Tints of Medium Purple #A486E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 30.94%
G = 25.28%
B = 43.77%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A486E8 (or 0xA486E8) is known color: Medium Purple. HEX triplet: A4, 86 and E8. RGB value is (164,134,232). Sum of RGB (Red+Green+Blue) = 164+134+232=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #A486E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486E8 is #5B7917. Grayscale: #999999. Windows color (decimal): -5994776 or 15238820. OLE color: 15238820.

HSL color Cylindrical-coordinate representation of color #A486E8: hue angle of 258.37º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A486E8 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 134 232 -
CMYK 0.29 0.42 0 0.09
HSL 258.37º 0.68% 0.72% -
HSV(B) 258.37º 0.42% 0.91% -
XYZ 38.4 30.77 80.26 -
YUV 154.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 164 134 232 0.29 0.42 0 0.09 258.37 0.68 0.72
Hex A4 86 E8 1D 2A 0 9 102 44 48
Octal 244 206 350 35 52 0 11 402 104 110
Binary 10100100 10000110 11101000 11101 101010 0 1001 100000010 1000100 1001000

Color Harmonies of #A486E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486E8

Black with #A486E8

Text Example


Text Example

White with #A486E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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