Html Css Color HEX #A584F0 Medium Purple

📋 copy color: '#A584F0'

red 165 ◦ green 132 ◦ blue 240

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

Shades of Medium Purple #A584F0

Tints of Medium Purple #A584F0

RGB

 RED value IS 165 (64.84% from 255) = 30.73%

 GREEN value IS 132 (51.95% from 255) = 24.58%

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

R = 30.73%
G = 24.58%
B = 44.69%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A584F0 (or 0xA584F0) is known color: Medium Purple. HEX triplet: A5, 84 and F0. RGB value is (165,132,240). Sum of RGB (Red+Green+Blue) = 165+132+240=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A584F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584F0 is #5A7B0F. Grayscale: #999999. Windows color (decimal): -5929744 or 15762597. OLE color: 15762597.

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

Color convert

RGB 165 132 240 -
CMYK 0.31 0.45 0 0.06
HSL 258.33º 0.78% 0.73% -
HSV(B) 258.33º 0.45% 0.94% -
XYZ 39.5 30.79 86.3 -
YUV 154.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 165 132 240 0.31 0.45 0 0.06 258.33 0.78 0.73
Hex A5 84 F0 1F 2D 0 6 102 4E 49
Octal 245 204 360 37 55 0 6 402 116 111
Binary 10100101 10000100 11110000 11111 101101 0 110 100000010 1001110 1001001

Color Harmonies of #A584F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584F0

Black with #A584F0

Text Example


Text Example

White with #A584F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584F0; }

 p { color: rgb(165,132,240); }

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

background-color css

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

 a { background-color: rgb(165,132,240); }

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

border-color css

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

 span { border-color: rgb(165,132,240); }

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