Html Css Color HEX #A155EF Medium Purple

📋 copy color: '#A155EF'

red 161 ◦ green 85 ◦ blue 239

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

Shades of Medium Purple #A155EF

Tints of Medium Purple #A155EF

RGB

 RED value IS 161 (63.28% from 255) = 33.2%

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 33.2%
G = 17.53%
B = 49.28%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A155EF (or 0xA155EF) is known color: Medium Purple. HEX triplet: A1, 55 and EF. RGB value is (161,85,239). Sum of RGB (Red+Green+Blue) = 161+85+239=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #A155EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155EF is #5EAA10. Grayscale: #7C7C7C. Windows color (decimal): -6203921 or 15685025. OLE color: 15685025.

HSL color Cylindrical-coordinate representation of color #A155EF: hue angle of 269.61º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A155EF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 85 239 -
CMYK 0.33 0.64 0 0.06
HSL 269.61º 0.83% 0.64% -
HSV(B) 269.61º 0.64% 0.94% -
XYZ 33.53 20.31 83.81 -
YUV 125.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 161 85 239 0.33 0.64 0 0.06 269.61 0.83 0.64
Hex A1 55 EF 21 40 0 6 10E 53 40
Octal 241 125 357 41 100 0 6 416 123 100
Binary 10100001 1010101 11101111 100001 1000000 0 110 100001110 1010011 1000000

Color Harmonies of #A155EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155EF

Black with #A155EF

Text Example


Text Example

White with #A155EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155EF; }

 p { color: rgb(161,85,239); }

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

background-color css

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

 a { background-color: rgb(161,85,239); }

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

border-color css

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

 span { border-color: rgb(161,85,239); }

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