Html Css Color HEX #A356FD Medium Purple

📋 copy color: '#A356FD'

red 163 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #A356FD

Tints of Medium Purple #A356FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.13%

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

R = 32.47%
G = 17.13%
B = 50.4%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A356FD (or 0xA356FD) is known color: Medium Purple. HEX triplet: A3, 56 and FD. RGB value is (163,86,253). Sum of RGB (Red+Green+Blue) = 163+86+253=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A356FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356FD is #5CA902. Grayscale: #7F7F7F. Windows color (decimal): -6072579 or 16602787. OLE color: 16602787.

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

Color convert

RGB 163 86 253 -
CMYK 0.36 0.66 0 0.01
HSL 267.66º 0.98% 0.66% -
HSV(B) 267.66º 0.66% 0.99% -
XYZ 36.16 21.53 95.18 -
YUV 128.06 198.51 152.92 -
System Red Green Blue C M Y K H S L
Decimal 163 86 253 0.36 0.66 0 0.01 267.66 0.98 0.66
Hex A3 56 FD 24 42 0 1 10C 62 42
Octal 243 126 375 44 102 0 1 414 142 102
Binary 10100011 1010110 11111101 100100 1000010 0 1 100001100 1100010 1000010

Color Harmonies of #A356FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356FD

Black with #A356FD

Text Example


Text Example

White with #A356FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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