Html Css Color HEX #A156FD Medium Purple

📋 copy color: '#A156FD'

red 161 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #A156FD

Tints of Medium Purple #A156FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.2%

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

R = 32.2%
G = 17.2%
B = 50.6%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A156FD (or 0xA156FD) is known color: Medium Purple. HEX triplet: A1, 56 and FD. RGB value is (161,86,253). Sum of RGB (Red+Green+Blue) = 161+86+253=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #A156FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156FD is #5EA902. Grayscale: #7E7E7E. Windows color (decimal): -6203651 or 16602785. OLE color: 16602785.

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

Color convert

RGB 161 86 253 -
CMYK 0.36 0.66 0 0.01
HSL 266.95º 0.98% 0.66% -
HSV(B) 266.95º 0.66% 0.99% -
XYZ 35.76 21.32 95.16 -
YUV 127.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 161 86 253 0.36 0.66 0 0.01 266.95 0.98 0.66
Hex A1 56 FD 24 42 0 1 10B 62 42
Octal 241 126 375 44 102 0 1 413 142 102
Binary 10100001 1010110 11111101 100100 1000010 0 1 100001011 1100010 1000010

Color Harmonies of #A156FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156FD

Black with #A156FD

Text Example


Text Example

White with #A156FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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