Html Css Color HEX #A150FD Medium Purple

📋 copy color: '#A150FD'

red 161 ◦ green 80 ◦ blue 253

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

Shades of Medium Purple #A150FD

Tints of Medium Purple #A150FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 32.59%
G = 16.19%
B = 51.21%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A150FD (or 0xA150FD) is known color: Medium Purple. HEX triplet: A1, 50 and FD. RGB value is (161,80,253). Sum of RGB (Red+Green+Blue) = 161+80+253=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #A150FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150FD is #5EAF02. Grayscale: #7B7B7B. Windows color (decimal): -6205187 or 16601249. OLE color: 16601249.

HSL color Cylindrical-coordinate representation of color #A150FD: hue angle of 268.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A150FD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 80 253 -
CMYK 0.36 0.68 0 0.01
HSL 268.09º 0.98% 0.65% -
HSV(B) 268.09º 0.68% 0.99% -
XYZ 35.3 20.41 95.01 -
YUV 123.94 200.84 154.43 -
System Red Green Blue C M Y K H S L
Decimal 161 80 253 0.36 0.68 0 0.01 268.09 0.98 0.65
Hex A1 50 FD 24 44 0 1 10C 62 41
Octal 241 120 375 44 104 0 1 414 142 101
Binary 10100001 1010000 11111101 100100 1000100 0 1 100001100 1100010 1000001

Color Harmonies of #A150FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150FD

Black with #A150FD

Text Example


Text Example

White with #A150FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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