Html Css Color HEX #A155F9 Medium Purple

📋 copy color: '#A155F9'

red 161 ◦ green 85 ◦ blue 249

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

Shades of Medium Purple #A155F9

Tints of Medium Purple #A155F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 32.53%
G = 17.17%
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

#A155F9 (or 0xA155F9) is known color: Medium Purple. HEX triplet: A1, 55 and F9. RGB value is (161,85,249). Sum of RGB (Red+Green+Blue) = 161+85+249=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #A155F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155F9 is #5EAA06. Grayscale: #7D7D7D. Windows color (decimal): -6203911 or 16340385. OLE color: 16340385.

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

Color convert

RGB 161 85 249 -
CMYK 0.35 0.66 0 0.02
HSL 267.8º 0.93% 0.65% -
HSV(B) 267.8º 0.66% 0.98% -
XYZ 35.05 20.91 91.81 -
YUV 126.42 197.18 152.66 -
System Red Green Blue C M Y K H S L
Decimal 161 85 249 0.35 0.66 0 0.02 267.8 0.93 0.65
Hex A1 55 F9 23 42 0 2 10C 5D 41
Octal 241 125 371 43 102 0 2 414 135 101
Binary 10100001 1010101 11111001 100011 1000010 0 10 100001100 1011101 1000001

Color Harmonies of #A155F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155F9

Black with #A155F9

Text Example


Text Example

White with #A155F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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