Html Css Color HEX #A486EE Medium Purple

📋 copy color: '#A486EE'

red 164 ◦ green 134 ◦ blue 238

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

Shades of Medium Purple #A486EE

Tints of Medium Purple #A486EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 30.6%
G = 25%
B = 44.4%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A486EE (or 0xA486EE) is known color: Medium Purple. HEX triplet: A4, 86 and EE. RGB value is (164,134,238). Sum of RGB (Red+Green+Blue) = 164+134+238=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A486EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486EE is #5B7911. Grayscale: #9A9A9A. Windows color (decimal): -5994770 or 15632036. OLE color: 15632036.

HSL color Cylindrical-coordinate representation of color #A486EE: hue angle of 257.31º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A486EE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 134 238 -
CMYK 0.31 0.44 0 0.07
HSL 257.31º 0.75% 0.73% -
HSV(B) 257.31º 0.44% 0.93% -
XYZ 39.27 31.12 84.83 -
YUV 154.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 164 134 238 0.31 0.44 0 0.07 257.31 0.75 0.73
Hex A4 86 EE 1F 2C 0 7 101 4B 49
Octal 244 206 356 37 54 0 7 401 113 111
Binary 10100100 10000110 11101110 11111 101100 0 111 100000001 1001011 1001001

Color Harmonies of #A486EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486EE

Black with #A486EE

Text Example


Text Example

White with #A486EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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