Html Css Color HEX #A159FD Medium Purple

📋 copy color: '#A159FD'

red 161 ◦ green 89 ◦ blue 253

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

Shades of Medium Purple #A159FD

Tints of Medium Purple #A159FD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.69%

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

R = 32.01%
G = 17.69%
B = 50.3%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A159FD (or 0xA159FD) is known color: Medium Purple. HEX triplet: A1, 59 and FD. RGB value is (161,89,253). Sum of RGB (Red+Green+Blue) = 161+89+253=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A159FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159FD is #5EA602. Grayscale: #808080. Windows color (decimal): -6202883 or 16603553. OLE color: 16603553.

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

Color convert

RGB 161 89 253 -
CMYK 0.36 0.65 0 0.01
HSL 266.34º 0.98% 0.67% -
HSV(B) 266.34º 0.65% 0.99% -
XYZ 36 21.81 95.24 -
YUV 129.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 161 89 253 0.36 0.65 0 0.01 266.34 0.98 0.67
Hex A1 59 FD 24 41 0 1 10A 62 43
Octal 241 131 375 44 101 0 1 412 142 103
Binary 10100001 1011001 11111101 100100 1000001 0 1 100001010 1100010 1000011

Color Harmonies of #A159FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A159FD

Black with #A159FD

Text Example


Text Example

White with #A159FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A159FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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