Html Css Color HEX #A580DA Medium Purple

📋 copy color: '#A580DA'

red 165 ◦ green 128 ◦ blue 218

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

Shades of Medium Purple #A580DA

Tints of Medium Purple #A580DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 32.29%
G = 25.05%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A580DA (or 0xA580DA) is known color: Medium Purple. HEX triplet: A5, 80 and DA. RGB value is (165,128,218). Sum of RGB (Red+Green+Blue) = 165+128+218=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A580DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580DA is #5A7F25. Grayscale: #959595. Windows color (decimal): -5930790 or 14319781. OLE color: 14319781.

HSL color Cylindrical-coordinate representation of color #A580DA: hue angle of 264.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A580DA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 128 218 -
CMYK 0.24 0.41 0 0.15
HSL 264.67º 0.55% 0.68% -
HSV(B) 264.67º 0.41% 0.85% -
XYZ 35.89 28.5 69.94 -
YUV 149.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 165 128 218 0.24 0.41 0 0.15 264.67 0.55 0.68
Hex A5 80 DA 18 29 0 F 109 37 44
Octal 245 200 332 30 51 0 17 411 67 104
Binary 10100101 10000000 11011010 11000 101001 0 1111 100001001 110111 1000100

Color Harmonies of #A580DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580DA

Black with #A580DA

Text Example


Text Example

White with #A580DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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