Html Css Color HEX #A357F1 Medium Purple

📋 copy color: '#A357F1'

red 163 ◦ green 87 ◦ blue 241

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

Shades of Medium Purple #A357F1

Tints of Medium Purple #A357F1

RGB

 RED value IS 163 (64.06% from 255) = 33.2%

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 33.2%
G = 17.72%
B = 49.08%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A357F1 (or 0xA357F1) is known color: Medium Purple. HEX triplet: A3, 57 and F1. RGB value is (163,87,241). Sum of RGB (Red+Green+Blue) = 163+87+241=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #A357F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357F1 is #5CA80E. Grayscale: #7E7E7E. Windows color (decimal): -6072335 or 15816611. OLE color: 15816611.

HSL color Cylindrical-coordinate representation of color #A357F1: hue angle of 269.61º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A357F1 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 87 241 -
CMYK 0.32 0.64 0 0.05
HSL 269.61º 0.85% 0.64% -
HSV(B) 269.61º 0.64% 0.95% -
XYZ 34.39 20.95 85.45 -
YUV 127.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 163 87 241 0.32 0.64 0 0.05 269.61 0.85 0.64
Hex A3 57 F1 20 40 0 5 10E 55 40
Octal 243 127 361 40 100 0 5 416 125 100
Binary 10100011 1010111 11110001 100000 1000000 0 101 100001110 1010101 1000000

Color Harmonies of #A357F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357F1

Black with #A357F1

Text Example


Text Example

White with #A357F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357F1; }

 p { color: rgb(163,87,241); }

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

background-color css

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

 a { background-color: rgb(163,87,241); }

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

border-color css

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

 span { border-color: rgb(163,87,241); }

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