Html Css Color HEX #A560FC Medium Purple

📋 copy color: '#A560FC'

red 165 ◦ green 96 ◦ blue 252

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

Shades of Medium Purple #A560FC

Tints of Medium Purple #A560FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 32.16%
G = 18.71%
B = 49.12%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A560FC (or 0xA560FC) is known color: Medium Purple. HEX triplet: A5, 60 and FC. RGB value is (165,96,252). Sum of RGB (Red+Green+Blue) = 165+96+252=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A560FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560FC is #5A9F03. Grayscale: #858585. Windows color (decimal): -5938948 or 16539813. OLE color: 16539813.

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

Color convert

RGB 165 96 252 -
CMYK 0.35 0.62 0 0.01
HSL 266.54º 0.96% 0.68% -
HSV(B) 266.54º 0.62% 0.99% -
XYZ 37.27 23.39 94.65 -
YUV 134.42 194.36 149.82 -
System Red Green Blue C M Y K H S L
Decimal 165 96 252 0.35 0.62 0 0.01 266.54 0.96 0.68
Hex A5 60 FC 23 3E 0 1 10B 60 44
Octal 245 140 374 43 76 0 1 413 140 104
Binary 10100101 1100000 11111100 100011 111110 0 1 100001011 1100000 1000100

Color Harmonies of #A560FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560FC

Black with #A560FC

Text Example


Text Example

White with #A560FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A560FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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