Html Css Color HEX #A487F5 Medium Purple

📋 copy color: '#A487F5'

red 164 ◦ green 135 ◦ blue 245

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

Shades of Medium Purple #A487F5

Tints of Medium Purple #A487F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.04%

R = 30.15%
G = 24.82%
B = 45.04%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A487F5 (or 0xA487F5) is known color: Medium Purple. HEX triplet: A4, 87 and F5. RGB value is (164,135,245). Sum of RGB (Red+Green+Blue) = 164+135+245=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #A487F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487F5 is #5B780A. Grayscale: #9B9B9B. Windows color (decimal): -5994507 or 16091044. OLE color: 16091044.

HSL color Cylindrical-coordinate representation of color #A487F5: hue angle of 255.82º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A487F5 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 135 245 -
CMYK 0.33 0.45 0 0.04
HSL 255.82º 0.85% 0.75% -
HSV(B) 255.82º 0.45% 0.96% -
XYZ 40.46 31.81 90.39 -
YUV 156.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 164 135 245 0.33 0.45 0 0.04 255.82 0.85 0.75
Hex A4 87 F5 21 2D 0 4 100 55 4B
Octal 244 207 365 41 55 0 4 400 125 113
Binary 10100100 10000111 11110101 100001 101101 0 100 100000000 1010101 1001011

Color Harmonies of #A487F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A487F5

Black with #A487F5

Text Example


Text Example

White with #A487F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A487F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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