Html Css Color HEX #A557F1 Medium Purple

📋 copy color: '#A557F1'

red 165 ◦ green 87 ◦ blue 241

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

Shades of Medium Purple #A557F1

Tints of Medium Purple #A557F1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.65%

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

R = 33.47%
G = 17.65%
B = 48.88%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A557F1 (or 0xA557F1) is known color: Medium Purple. HEX triplet: A5, 57 and F1. RGB value is (165,87,241). Sum of RGB (Red+Green+Blue) = 165+87+241=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #A557F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557F1 is #5AA80E. Grayscale: #7F7F7F. Windows color (decimal): -5941263 or 15816613. OLE color: 15816613.

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

Color convert

RGB 165 87 241 -
CMYK 0.32 0.64 0 0.05
HSL 270.39º 0.85% 0.64% -
HSV(B) 270.39º 0.64% 0.95% -
XYZ 34.8 21.17 85.47 -
YUV 127.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 165 87 241 0.32 0.64 0 0.05 270.39 0.85 0.64
Hex A5 57 F1 20 40 0 5 10E 55 40
Octal 245 127 361 40 100 0 5 416 125 100
Binary 10100101 1010111 11110001 100000 1000000 0 101 100001110 1010101 1000000

Color Harmonies of #A557F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557F1

Black with #A557F1

Text Example


Text Example

White with #A557F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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