Html Css Color HEX #A457FC Medium Purple

📋 copy color: '#A457FC'

red 164 ◦ green 87 ◦ blue 252

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

Shades of Medium Purple #A457FC

Tints of Medium Purple #A457FC

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

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

R = 32.6%
G = 17.3%
B = 50.1%

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

#A457FC (or 0xA457FC) is known color: Medium Purple. HEX triplet: A4, 57 and FC. RGB value is (164,87,252). Sum of RGB (Red+Green+Blue) = 164+87+252=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #A457FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A457FC is #5BA803. Grayscale: #808080. Windows color (decimal): -6006788 or 16537508. OLE color: 16537508.

HSL color Cylindrical-coordinate representation of color #A457FC: hue angle of 268º 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 #A457FC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 87 252 -
CMYK 0.35 0.65 0 0.01
HSL 268º 0.96% 0.66% -
HSV(B) 268º 0.65% 0.99% -
XYZ 36.29 21.74 94.38 -
YUV 128.83 197.51 153.08 -
System Red Green Blue C M Y K H S L
Decimal 164 87 252 0.35 0.65 0 0.01 268 0.96 0.66
Hex A4 57 FC 23 41 0 1 10C 60 42
Octal 244 127 374 43 101 0 1 414 140 102
Binary 10100100 1010111 11111100 100011 1000001 0 1 100001100 1100000 1000010

Color Harmonies of #A457FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457FC

Black with #A457FC

Text Example


Text Example

White with #A457FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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