Html Css Color HEX #A557FC Medium Purple

📋 copy color: '#A557FC'

red 165 ◦ green 87 ◦ blue 252

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

Shades of Medium Purple #A557FC

Tints of Medium Purple #A557FC

RGB

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

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

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

R = 32.74%
G = 17.26%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A557FC (or 0xA557FC) is known color: Medium Purple. HEX triplet: A5, 57 and FC. RGB value is (165,87,252). Sum of RGB (Red+Green+Blue) = 165+87+252=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #A557FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557FC is #5AA803. Grayscale: #808080. Windows color (decimal): -5941252 or 16537509. OLE color: 16537509.

HSL color Cylindrical-coordinate representation of color #A557FC: hue angle of 268.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A557FC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 87 252 -
CMYK 0.35 0.65 0 0.01
HSL 268.36º 0.96% 0.66% -
HSV(B) 268.36º 0.65% 0.99% -
XYZ 36.5 21.84 94.39 -
YUV 129.13 197.34 153.58 -
System Red Green Blue C M Y K H S L
Decimal 165 87 252 0.35 0.65 0 0.01 268.36 0.96 0.66
Hex A5 57 FC 23 41 0 1 10C 60 42
Octal 245 127 374 43 101 0 1 414 140 102
Binary 10100101 1010111 11111100 100011 1000001 0 1 100001100 1100000 1000010

Color Harmonies of #A557FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557FC

Black with #A557FC

Text Example


Text Example

White with #A557FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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