Html Css Color HEX #A560FE Medium Purple

📋 copy color: '#A560FE'

red 165 ◦ green 96 ◦ blue 254

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

Shades of Medium Purple #A560FE

Tints of Medium Purple #A560FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 32.04%
G = 18.64%
B = 49.32%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A560FE (or 0xA560FE) is known color: Medium Purple. HEX triplet: A5, 60 and FE. RGB value is (165,96,254). Sum of RGB (Red+Green+Blue) = 165+96+254=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #A560FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560FE is #5A9F01. Grayscale: #868686. Windows color (decimal): -5938946 or 16670885. OLE color: 16670885.

HSL color Cylindrical-coordinate representation of color #A560FE: hue angle of 266.2º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A560FE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 96 254 -
CMYK 0.35 0.62 0 0.00
HSL 266.2º 0.99% 0.69% -
HSV(B) 266.2º 0.62% 1% -
XYZ 37.59 23.52 96.32 -
YUV 134.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 165 96 254 0.35 0.62 0 0.00 266.2 0.99 0.69
Hex A5 60 FE 23 3E 0 0 10A 63 45
Octal 245 140 376 43 76 0 0 412 143 105
Binary 10100101 1100000 11111110 100011 111110 0 0 100001010 1100011 1000101

Color Harmonies of #A560FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560FE

Black with #A560FE

Text Example


Text Example

White with #A560FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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