Html Css Color HEX #A256FD Medium Purple

📋 copy color: '#A256FD'

red 162 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #A256FD

Tints of Medium Purple #A256FD

RGB

 RED value IS 162 (63.67% from 255) = 32.34%

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

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

R = 32.34%
G = 17.17%
B = 50.5%

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

#A256FD (or 0xA256FD) is known color: Medium Purple. HEX triplet: A2, 56 and FD. RGB value is (162,86,253). Sum of RGB (Red+Green+Blue) = 162+86+253=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A256FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256FD is #5DA902. Grayscale: #7F7F7F. Windows color (decimal): -6138115 or 16602786. OLE color: 16602786.

HSL color Cylindrical-coordinate representation of color #A256FD: hue angle of 267.31º 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 #A256FD is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 86 253 -
CMYK 0.36 0.66 0 0.01
HSL 267.31º 0.98% 0.66% -
HSV(B) 267.31º 0.66% 0.99% -
XYZ 35.96 21.43 95.17 -
YUV 127.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 162 86 253 0.36 0.66 0 0.01 267.31 0.98 0.66
Hex A2 56 FD 24 42 0 1 10B 62 42
Octal 242 126 375 44 102 0 1 413 142 102
Binary 10100010 1010110 11111101 100100 1000010 0 1 100001011 1100010 1000010

Color Harmonies of #A256FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256FD

Black with #A256FD

Text Example


Text Example

White with #A256FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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