Html Css Color HEX #A486ED Medium Purple

📋 copy color: '#A486ED'

red 164 ◦ green 134 ◦ blue 237

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

Shades of Medium Purple #A486ED

Tints of Medium Purple #A486ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 30.65%
G = 25.05%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A486ED (or 0xA486ED) is known color: Medium Purple. HEX triplet: A4, 86 and ED. RGB value is (164,134,237). Sum of RGB (Red+Green+Blue) = 164+134+237=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #A486ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486ED is #5B7912. Grayscale: #9A9A9A. Windows color (decimal): -5994771 or 15566500. OLE color: 15566500.

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

Color convert

RGB 164 134 237 -
CMYK 0.31 0.43 0 0.07
HSL 257.48º 0.74% 0.73% -
HSV(B) 257.48º 0.43% 0.93% -
XYZ 39.12 31.06 84.05 -
YUV 154.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 164 134 237 0.31 0.43 0 0.07 257.48 0.74 0.73
Hex A4 86 ED 1F 2B 0 7 101 4A 49
Octal 244 206 355 37 53 0 7 401 112 111
Binary 10100100 10000110 11101101 11111 101011 0 111 100000001 1001010 1001001

Color Harmonies of #A486ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486ED

Black with #A486ED

Text Example


Text Example

White with #A486ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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