Html Css Color HEX #A256F7 Medium Purple

📋 copy color: '#A256F7'

red 162 ◦ green 86 ◦ blue 247

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

Shades of Medium Purple #A256F7

Tints of Medium Purple #A256F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 32.73%
G = 17.37%
B = 49.9%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A256F7 (or 0xA256F7) is known color: Medium Purple. HEX triplet: A2, 56 and F7. RGB value is (162,86,247). Sum of RGB (Red+Green+Blue) = 162+86+247=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #A256F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256F7 is #5DA908. Grayscale: #7E7E7E. Windows color (decimal): -6138121 or 16209570. OLE color: 16209570.

HSL color Cylindrical-coordinate representation of color #A256F7: hue angle of 268.32º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A256F7 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 86 247 -
CMYK 0.34 0.65 0 0.03
HSL 268.32º 0.91% 0.65% -
HSV(B) 268.32º 0.65% 0.97% -
XYZ 35.02 21.05 90.21 -
YUV 127.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 162 86 247 0.34 0.65 0 0.03 268.32 0.91 0.65
Hex A2 56 F7 22 41 0 3 10C 5B 41
Octal 242 126 367 42 101 0 3 414 133 101
Binary 10100010 1010110 11110111 100010 1000001 0 11 100001100 1011011 1000001

Color Harmonies of #A256F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256F7

Black with #A256F7

Text Example


Text Example

White with #A256F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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