Html Css Color HEX #A557F0 Medium Purple

📋 copy color: '#A557F0'

red 165 ◦ green 87 ◦ blue 240

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

Shades of Medium Purple #A557F0

Tints of Medium Purple #A557F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.78%

R = 33.54%
G = 17.68%
B = 48.78%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A557F0 (or 0xA557F0) is known color: Medium Purple. HEX triplet: A5, 57 and F0. RGB value is (165,87,240). Sum of RGB (Red+Green+Blue) = 165+87+240=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #A557F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557F0 is #5AA80F. Grayscale: #7F7F7F. Windows color (decimal): -5941264 or 15751077. OLE color: 15751077.

HSL color Cylindrical-coordinate representation of color #A557F0: hue angle of 270.59º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A557F0 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 87 240 -
CMYK 0.31 0.64 0 0.06
HSL 270.59º 0.84% 0.64% -
HSV(B) 270.59º 0.64% 0.94% -
XYZ 34.65 21.11 84.69 -
YUV 127.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 165 87 240 0.31 0.64 0 0.06 270.59 0.84 0.64
Hex A5 57 F0 1F 40 0 6 10F 54 40
Octal 245 127 360 37 100 0 6 417 124 100
Binary 10100101 1010111 11110000 11111 1000000 0 110 100001111 1010100 1000000

Color Harmonies of #A557F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557F0

Black with #A557F0

Text Example


Text Example

White with #A557F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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