Html Css Color HEX #A350FE Medium Purple

📋 copy color: '#A350FE'

red 163 ◦ green 80 ◦ blue 254

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

Shades of Medium Purple #A350FE

Tints of Medium Purple #A350FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 32.8%
G = 16.1%
B = 51.11%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A350FE (or 0xA350FE) is known color: Medium Purple. HEX triplet: A3, 50 and FE. RGB value is (163,80,254). Sum of RGB (Red+Green+Blue) = 163+80+254=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #A350FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350FE is #5CAF01. Grayscale: #7C7C7C. Windows color (decimal): -6074114 or 16666787. OLE color: 16666787.

HSL color Cylindrical-coordinate representation of color #A350FE: hue angle of 268.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A350FE is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 80 254 -
CMYK 0.36 0.69 0 0.00
HSL 268.62º 0.99% 0.65% -
HSV(B) 268.62º 0.69% 1% -
XYZ 35.86 20.68 95.87 -
YUV 124.65 201 155.35 -
System Red Green Blue C M Y K H S L
Decimal 163 80 254 0.36 0.69 0 0.00 268.62 0.99 0.65
Hex A3 50 FE 24 45 0 0 10D 63 41
Octal 243 120 376 44 105 0 0 415 143 101
Binary 10100011 1010000 11111110 100100 1000101 0 0 100001101 1100011 1000001

Color Harmonies of #A350FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350FE

Black with #A350FE

Text Example


Text Example

White with #A350FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350FE; }

 p { color: rgb(163,80,254); }

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

background-color css

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

 a { background-color: rgb(163,80,254); }

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

border-color css

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

 span { border-color: rgb(163,80,254); }

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