Html Css Color HEX #A155EE Medium Purple

📋 copy color: '#A155EE'

red 161 ◦ green 85 ◦ blue 238

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

Shades of Medium Purple #A155EE

Tints of Medium Purple #A155EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 33.26%
G = 17.56%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A155EE (or 0xA155EE) is known color: Medium Purple. HEX triplet: A1, 55 and EE. RGB value is (161,85,238). Sum of RGB (Red+Green+Blue) = 161+85+238=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A155EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155EE is #5EAA11. Grayscale: #7C7C7C. Windows color (decimal): -6203922 or 15619489. OLE color: 15619489.

HSL color Cylindrical-coordinate representation of color #A155EE: hue angle of 269.8º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A155EE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 85 238 -
CMYK 0.32 0.64 0 0.07
HSL 269.8º 0.82% 0.63% -
HSV(B) 269.8º 0.64% 0.93% -
XYZ 33.38 20.25 83.04 -
YUV 125.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 161 85 238 0.32 0.64 0 0.07 269.8 0.82 0.63
Hex A1 55 EE 20 40 0 7 10E 52 3F
Octal 241 125 356 40 100 0 7 416 122 77
Binary 10100001 1010101 11101110 100000 1000000 0 111 100001110 1010010 111111

Color Harmonies of #A155EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155EE

Black with #A155EE

Text Example


Text Example

White with #A155EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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