Html Css Color HEX #A557FA Medium Purple

📋 copy color: '#A557FA'

red 165 ◦ green 87 ◦ blue 250

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

Shades of Medium Purple #A557FA

Tints of Medium Purple #A557FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 32.87%
G = 17.33%
B = 49.8%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A557FA (or 0xA557FA) is known color: Medium Purple. HEX triplet: A5, 57 and FA. RGB value is (165,87,250). Sum of RGB (Red+Green+Blue) = 165+87+250=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #A557FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557FA is #5AA805. Grayscale: #808080. Windows color (decimal): -5941254 or 16406437. OLE color: 16406437.

HSL color Cylindrical-coordinate representation of color #A557FA: hue angle of 268.71º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A557FA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 87 250 -
CMYK 0.34 0.65 0 0.02
HSL 268.71º 0.94% 0.66% -
HSV(B) 268.71º 0.65% 0.98% -
XYZ 36.18 21.72 92.73 -
YUV 128.9 196.34 153.75 -
System Red Green Blue C M Y K H S L
Decimal 165 87 250 0.34 0.65 0 0.02 268.71 0.94 0.66
Hex A5 57 FA 22 41 0 2 10D 5E 42
Octal 245 127 372 42 101 0 2 415 136 102
Binary 10100101 1010111 11111010 100010 1000001 0 10 100001101 1011110 1000010

Color Harmonies of #A557FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557FA

Black with #A557FA

Text Example


Text Example

White with #A557FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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