Html Css Color HEX #A560ED Medium Purple

📋 copy color: '#A560ED'

red 165 ◦ green 96 ◦ blue 237

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

Shades of Medium Purple #A560ED

Tints of Medium Purple #A560ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.28%

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 33.13%
G = 19.28%
B = 47.59%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A560ED (or 0xA560ED) is known color: Medium Purple. HEX triplet: A5, 60 and ED. RGB value is (165,96,237). Sum of RGB (Red+Green+Blue) = 165+96+237=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #A560ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560ED is #5A9F12. Grayscale: #848484. Windows color (decimal): -5938963 or 15556773. OLE color: 15556773.

HSL color Cylindrical-coordinate representation of color #A560ED: hue angle of 269.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A560ED is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 96 237 -
CMYK 0.30 0.59 0 0.07
HSL 269.36º 0.8% 0.65% -
HSV(B) 269.36º 0.59% 0.93% -
XYZ 34.99 22.48 82.62 -
YUV 132.71 186.86 151.04 -
System Red Green Blue C M Y K H S L
Decimal 165 96 237 0.30 0.59 0 0.07 269.36 0.8 0.65
Hex A5 60 ED 1E 3B 0 7 10D 50 41
Octal 245 140 355 36 73 0 7 415 120 101
Binary 10100101 1100000 11101101 11110 111011 0 111 100001101 1010000 1000001

Color Harmonies of #A560ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560ED

Black with #A560ED

Text Example


Text Example

White with #A560ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560ED; }

 p { color: rgb(165,96,237); }

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

background-color css

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

 a { background-color: rgb(165,96,237); }

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

border-color css

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

 span { border-color: rgb(165,96,237); }

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