Html Css Color HEX #A560EE Medium Purple

📋 copy color: '#A560EE'

red 165 ◦ green 96 ◦ blue 238

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

Shades of Medium Purple #A560EE

Tints of Medium Purple #A560EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 33.07%
G = 19.24%
B = 47.7%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A560EE (or 0xA560EE) is known color: Medium Purple. HEX triplet: A5, 60 and EE. RGB value is (165,96,238). Sum of RGB (Red+Green+Blue) = 165+96+238=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #A560EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560EE is #5A9F11. Grayscale: #848484. Windows color (decimal): -5938962 or 15622309. OLE color: 15622309.

HSL color Cylindrical-coordinate representation of color #A560EE: hue angle of 269.15º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A560EE is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 96 238 -
CMYK 0.31 0.60 0 0.07
HSL 269.15º 0.81% 0.65% -
HSV(B) 269.15º 0.6% 0.93% -
XYZ 35.13 22.54 83.39 -
YUV 132.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 165 96 238 0.31 0.60 0 0.07 269.15 0.81 0.65
Hex A5 60 EE 1F 3C 0 7 10D 51 41
Octal 245 140 356 37 74 0 7 415 121 101
Binary 10100101 1100000 11101110 11111 111100 0 111 100001101 1010001 1000001

Color Harmonies of #A560EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560EE

Black with #A560EE

Text Example


Text Example

White with #A560EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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