Html Css Color HEX #A561FC Medium Purple

📋 copy color: '#A561FC'

red 165 ◦ green 97 ◦ blue 252

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

Shades of Medium Purple #A561FC

Tints of Medium Purple #A561FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.87%

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

R = 32.1%
G = 18.87%
B = 49.03%

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

#A561FC (or 0xA561FC) is known color: Medium Purple. HEX triplet: A5, 61 and FC. RGB value is (165,97,252). Sum of RGB (Red+Green+Blue) = 165+97+252=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #A561FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561FC is #5A9E03. Grayscale: #868686. Windows color (decimal): -5938692 or 16540069. OLE color: 16540069.

HSL color Cylindrical-coordinate representation of color #A561FC: hue angle of 266.32º 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 #A561FC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 97 252 -
CMYK 0.35 0.62 0 0.01
HSL 266.32º 0.96% 0.68% -
HSV(B) 266.32º 0.62% 0.99% -
XYZ 37.36 23.58 94.68 -
YUV 135 194.03 149.4 -
System Red Green Blue C M Y K H S L
Decimal 165 97 252 0.35 0.62 0 0.01 266.32 0.96 0.68
Hex A5 61 FC 23 3E 0 1 10A 60 44
Octal 245 141 374 43 76 0 1 412 140 104
Binary 10100101 1100001 11111100 100011 111110 0 1 100001010 1100000 1000100

Color Harmonies of #A561FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561FC

Black with #A561FC

Text Example


Text Example

White with #A561FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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