Html Css Color HEX #A355FB Medium Purple

📋 copy color: '#A355FB'

red 163 ◦ green 85 ◦ blue 251

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

Shades of Medium Purple #A355FB

Tints of Medium Purple #A355FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 32.67%
G = 17.03%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A355FB (or 0xA355FB) is known color: Medium Purple. HEX triplet: A3, 55 and FB. RGB value is (163,85,251). Sum of RGB (Red+Green+Blue) = 163+85+251=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #A355FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FB is #5CAA04. Grayscale: #7E7E7E. Windows color (decimal): -6072837 or 16471459. OLE color: 16471459.

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

Color convert

RGB 163 85 251 -
CMYK 0.35 0.66 0 0.02
HSL 268.19º 0.95% 0.66% -
HSV(B) 268.19º 0.66% 0.98% -
XYZ 35.77 21.25 93.48 -
YUV 127.25 197.84 153.5 -
System Red Green Blue C M Y K H S L
Decimal 163 85 251 0.35 0.66 0 0.02 268.19 0.95 0.66
Hex A3 55 FB 23 42 0 2 10C 5F 42
Octal 243 125 373 43 102 0 2 414 137 102
Binary 10100011 1010101 11111011 100011 1000010 0 10 100001100 1011111 1000010

Color Harmonies of #A355FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355FB

Black with #A355FB

Text Example


Text Example

White with #A355FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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