Html Css Color HEX #A580F0 Medium Purple

📋 copy color: '#A580F0'

red 165 ◦ green 128 ◦ blue 240

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

Shades of Medium Purple #A580F0

Tints of Medium Purple #A580F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

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

R = 30.96%
G = 24.02%
B = 45.03%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A580F0 (or 0xA580F0) is known color: Medium Purple. HEX triplet: A5, 80 and F0. RGB value is (165,128,240). Sum of RGB (Red+Green+Blue) = 165+128+240=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #A580F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A580F0 is #5A7F0F. Grayscale: #979797. Windows color (decimal): -5930768 or 15761573. OLE color: 15761573.

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

Color convert

RGB 165 128 240 -
CMYK 0.31 0.47 0 0.06
HSL 259.82º 0.79% 0.72% -
HSV(B) 259.82º 0.47% 0.94% -
XYZ 38.96 29.73 86.12 -
YUV 151.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 165 128 240 0.31 0.47 0 0.06 259.82 0.79 0.72
Hex A5 80 F0 1F 2F 0 6 104 4F 48
Octal 245 200 360 37 57 0 6 404 117 110
Binary 10100101 10000000 11110000 11111 101111 0 110 100000100 1001111 1001000

Color Harmonies of #A580F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580F0

Black with #A580F0

Text Example


Text Example

White with #A580F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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