Html Css Color HEX #A256FB Medium Purple

📋 copy color: '#A256FB'

red 162 ◦ green 86 ◦ blue 251

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

Shades of Medium Purple #A256FB

Tints of Medium Purple #A256FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 32.46%
G = 17.23%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A256FB (or 0xA256FB) is known color: Medium Purple. HEX triplet: A2, 56 and FB. RGB value is (162,86,251). Sum of RGB (Red+Green+Blue) = 162+86+251=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #A256FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256FB is #5DA904. Grayscale: #7E7E7E. Windows color (decimal): -6138117 or 16471714. OLE color: 16471714.

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

Color convert

RGB 162 86 251 -
CMYK 0.35 0.66 0 0.02
HSL 267.64º 0.95% 0.66% -
HSV(B) 267.64º 0.66% 0.98% -
XYZ 35.64 21.3 93.5 -
YUV 127.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 162 86 251 0.35 0.66 0 0.02 267.64 0.95 0.66
Hex A2 56 FB 23 42 0 2 10C 5F 42
Octal 242 126 373 43 102 0 2 414 137 102
Binary 10100010 1010110 11111011 100011 1000010 0 10 100001100 1011111 1000010

Color Harmonies of #A256FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256FB

Black with #A256FB

Text Example


Text Example

White with #A256FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A256FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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