Html Css Color HEX #A350FD Medium Purple

📋 copy color: '#A350FD'

red 163 ◦ green 80 ◦ blue 253

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

Shades of Medium Purple #A350FD

Tints of Medium Purple #A350FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 32.86%
G = 16.13%
B = 51.01%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A350FD (or 0xA350FD) is known color: Medium Purple. HEX triplet: A3, 50 and FD. RGB value is (163,80,253). Sum of RGB (Red+Green+Blue) = 163+80+253=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #A350FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350FD is #5CAF02. Grayscale: #7B7B7B. Windows color (decimal): -6074115 or 16601251. OLE color: 16601251.

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

Color convert

RGB 163 80 253 -
CMYK 0.36 0.68 0 0.01
HSL 268.79º 0.98% 0.65% -
HSV(B) 268.79º 0.68% 0.99% -
XYZ 35.7 20.62 95.03 -
YUV 124.54 200.5 155.43 -
System Red Green Blue C M Y K H S L
Decimal 163 80 253 0.36 0.68 0 0.01 268.79 0.98 0.65
Hex A3 50 FD 24 44 0 1 10D 62 41
Octal 243 120 375 44 104 0 1 415 142 101
Binary 10100011 1010000 11111101 100100 1000100 0 1 100001101 1100010 1000001

Color Harmonies of #A350FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350FD

Black with #A350FD

Text Example


Text Example

White with #A350FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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