Html Css Color HEX #A487EF Medium Purple

📋 copy color: '#A487EF'

red 164 ◦ green 135 ◦ blue 239

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

Shades of Medium Purple #A487EF

Tints of Medium Purple #A487EF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.09%

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 30.48%
G = 25.09%
B = 44.42%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A487EF (or 0xA487EF) is known color: Medium Purple. HEX triplet: A4, 87 and EF. RGB value is (164,135,239). Sum of RGB (Red+Green+Blue) = 164+135+239=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #A487EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487EF is #5B7810. Grayscale: #9B9B9B. Windows color (decimal): -5994513 or 15697828. OLE color: 15697828.

HSL color Cylindrical-coordinate representation of color #A487EF: hue angle of 256.73º degrees, saturation: 0.76, 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 #A487EF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 135 239 -
CMYK 0.31 0.44 0 0.06
HSL 256.73º 0.76% 0.73% -
HSV(B) 256.73º 0.44% 0.94% -
XYZ 39.55 31.45 85.65 -
YUV 155.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 164 135 239 0.31 0.44 0 0.06 256.73 0.76 0.73
Hex A4 87 EF 1F 2C 0 6 101 4C 49
Octal 244 207 357 37 54 0 6 401 114 111
Binary 10100100 10000111 11101111 11111 101100 0 110 100000001 1001100 1001001

Color Harmonies of #A487EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487EF

Black with #A487EF

Text Example


Text Example

White with #A487EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487EF; }

 p { color: rgb(164,135,239); }

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

background-color css

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

 a { background-color: rgb(164,135,239); }

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

border-color css

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

 span { border-color: rgb(164,135,239); }

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