Html Css Color HEX #A488F0 Medium Purple

📋 copy color: '#A488F0'

red 164 ◦ green 136 ◦ blue 240

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

Shades of Medium Purple #A488F0

Tints of Medium Purple #A488F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.19%

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 30.37%
G = 25.19%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A488F0 (or 0xA488F0) is known color: Medium Purple. HEX triplet: A4, 88 and F0. RGB value is (164,136,240). Sum of RGB (Red+Green+Blue) = 164+136+240=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #A488F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A488F0 is #5B770F. Grayscale: #9B9B9B. Windows color (decimal): -5994256 or 15763620. OLE color: 15763620.

HSL color Cylindrical-coordinate representation of color #A488F0: hue angle of 256.15º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A488F0 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 136 240 -
CMYK 0.32 0.43 0 0.06
HSL 256.15º 0.78% 0.74% -
HSV(B) 256.15º 0.43% 0.94% -
XYZ 39.84 31.79 86.47 -
YUV 156.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 164 136 240 0.32 0.43 0 0.06 256.15 0.78 0.74
Hex A4 88 F0 20 2B 0 6 100 4E 4A
Octal 244 210 360 40 53 0 6 400 116 112
Binary 10100100 10001000 11110000 100000 101011 0 110 100000000 1001110 1001010

Color Harmonies of #A488F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488F0

Black with #A488F0

Text Example


Text Example

White with #A488F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488F0; }

 p { color: rgb(164,136,240); }

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

background-color css

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

 a { background-color: rgb(164,136,240); }

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

border-color css

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

 span { border-color: rgb(164,136,240); }

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