Html Css Color HEX #A150F3 Medium Purple

📋 copy color: '#A150F3'

red 161 ◦ green 80 ◦ blue 243

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

Shades of Medium Purple #A150F3

Tints of Medium Purple #A150F3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 33.26%
G = 16.53%
B = 50.21%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A150F3 (or 0xA150F3) is known color: Medium Purple. HEX triplet: A1, 50 and F3. RGB value is (161,80,243). Sum of RGB (Red+Green+Blue) = 161+80+243=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #A150F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150F3 is #5EAF0C. Grayscale: #7A7A7A. Windows color (decimal): -6205197 or 15945889. OLE color: 15945889.

HSL color Cylindrical-coordinate representation of color #A150F3: hue angle of 269.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A150F3 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 80 243 -
CMYK 0.34 0.67 0 0.05
HSL 269.82º 0.87% 0.63% -
HSV(B) 269.82º 0.67% 0.95% -
XYZ 33.74 19.79 86.83 -
YUV 122.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 161 80 243 0.34 0.67 0 0.05 269.82 0.87 0.63
Hex A1 50 F3 22 43 0 5 10E 57 3F
Octal 241 120 363 42 103 0 5 416 127 77
Binary 10100001 1010000 11110011 100010 1000011 0 101 100001110 1010111 111111

Color Harmonies of #A150F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150F3

Black with #A150F3

Text Example


Text Example

White with #A150F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150F3; }

 p { color: rgb(161,80,243); }

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

background-color css

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

 a { background-color: rgb(161,80,243); }

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

border-color css

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

 span { border-color: rgb(161,80,243); }

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