Html Css Color HEX #A561F1 Medium Purple

📋 copy color: '#A561F1'

red 165 ◦ green 97 ◦ blue 241

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

Shades of Medium Purple #A561F1

Tints of Medium Purple #A561F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 32.8%
G = 19.28%
B = 47.91%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A561F1 (or 0xA561F1) is known color: Medium Purple. HEX triplet: A5, 61 and F1. RGB value is (165,97,241). Sum of RGB (Red+Green+Blue) = 165+97+241=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #A561F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561F1 is #5A9E0E. Grayscale: #858585. Windows color (decimal): -5938703 or 15819173. OLE color: 15819173.

HSL color Cylindrical-coordinate representation of color #A561F1: hue angle of 268.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A561F1 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 97 241 -
CMYK 0.32 0.60 0 0.05
HSL 268.33º 0.84% 0.66% -
HSV(B) 268.33º 0.6% 0.95% -
XYZ 35.67 22.9 85.76 -
YUV 133.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 165 97 241 0.32 0.60 0 0.05 268.33 0.84 0.66
Hex A5 61 F1 20 3C 0 5 10C 54 42
Octal 245 141 361 40 74 0 5 414 124 102
Binary 10100101 1100001 11110001 100000 111100 0 101 100001100 1010100 1000010

Color Harmonies of #A561F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561F1

Black with #A561F1

Text Example


Text Example

White with #A561F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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