Html Css Color HEX #A355FF Medium Purple

📋 copy color: '#A355FF'

red 163 ◦ green 85 ◦ blue 255

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

Shades of Medium Purple #A355FF

Tints of Medium Purple #A355FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 32.41%
G = 16.9%
B = 50.7%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A355FF (or 0xA355FF) is known color: Medium Purple. HEX triplet: A3, 55 and FF. RGB value is (163,85,255). Sum of RGB (Red+Green+Blue) = 163+85+255=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #A355FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FF is #5CAA00. Grayscale: #7F7F7F. Windows color (decimal): -6072833 or 16733603. OLE color: 16733603.

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

Color convert

RGB 163 85 255 -
CMYK 0.36 0.67 0 0
HSL 267.53º 1% 0.67% -
HSV(B) 267.53º 0.67% 1% -
XYZ 36.4 21.5 96.84 -
YUV 127.7 199.84 153.18 -
System Red Green Blue C M Y K H S L
Decimal 163 85 255 0.36 0.67 0 0 267.53 1 0.67
Hex A3 55 FF 24 43 0 0 10C 64 43
Octal 243 125 377 44 103 0 0 414 144 103
Binary 10100011 1010101 11111111 100100 1000011 0 0 100001100 1100100 1000011

Color Harmonies of #A355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355FF

Black with #A355FF

Text Example


Text Example

White with #A355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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