Html Css Color HEX #A355FC Medium Purple

📋 copy color: '#A355FC'

red 163 ◦ green 85 ◦ blue 252

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

Shades of Medium Purple #A355FC

Tints of Medium Purple #A355FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

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

R = 32.6%
G = 17%
B = 50.4%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A355FC (or 0xA355FC) is known color: Medium Purple. HEX triplet: A3, 55 and FC. RGB value is (163,85,252). Sum of RGB (Red+Green+Blue) = 163+85+252=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #A355FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FC is #5CAA03. Grayscale: #7E7E7E. Windows color (decimal): -6072836 or 16536995. OLE color: 16536995.

HSL color Cylindrical-coordinate representation of color #A355FC: hue angle of 268.02º degrees, saturation: 0.97, 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 #A355FC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 85 252 -
CMYK 0.35 0.66 0 0.01
HSL 268.02º 0.97% 0.66% -
HSV(B) 268.02º 0.66% 0.99% -
XYZ 35.92 21.31 94.32 -
YUV 127.36 198.34 153.42 -
System Red Green Blue C M Y K H S L
Decimal 163 85 252 0.35 0.66 0 0.01 268.02 0.97 0.66
Hex A3 55 FC 23 42 0 1 10C 61 42
Octal 243 125 374 43 102 0 1 414 141 102
Binary 10100011 1010101 11111100 100011 1000010 0 1 100001100 1100001 1000010

Color Harmonies of #A355FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355FC

Black with #A355FC

Text Example


Text Example

White with #A355FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355FC; }

 p { color: rgb(163,85,252); }

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

background-color css

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

 a { background-color: rgb(163,85,252); }

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

border-color css

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

 span { border-color: rgb(163,85,252); }

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