Html Css Color HEX #A257FC Medium Purple

📋 copy color: '#A257FC'

red 162 ◦ green 87 ◦ blue 252

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

Shades of Medium Purple #A257FC

Tints of Medium Purple #A257FC

RGB

 RED value IS 162 (63.67% from 255) = 32.34%

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

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

R = 32.34%
G = 17.37%
B = 50.3%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A257FC (or 0xA257FC) is known color: Medium Purple. HEX triplet: A2, 57 and FC. RGB value is (162,87,252). Sum of RGB (Red+Green+Blue) = 162+87+252=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #A257FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A257FC is #5DA803. Grayscale: #7F7F7F. Windows color (decimal): -6137860 or 16537506. OLE color: 16537506.

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

Color convert

RGB 162 87 252 -
CMYK 0.36 0.65 0 0.01
HSL 267.27º 0.96% 0.66% -
HSV(B) 267.27º 0.65% 0.99% -
XYZ 35.88 21.53 94.36 -
YUV 128.24 197.85 152.08 -
System Red Green Blue C M Y K H S L
Decimal 162 87 252 0.36 0.65 0 0.01 267.27 0.96 0.66
Hex A2 57 FC 24 41 0 1 10B 60 42
Octal 242 127 374 44 101 0 1 413 140 102
Binary 10100010 1010111 11111100 100100 1000001 0 1 100001011 1100000 1000010

Color Harmonies of #A257FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257FC

Black with #A257FC

Text Example


Text Example

White with #A257FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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