Html Css Color HEX #A756FA Medium Purple

📋 copy color: '#A756FA'

red 167 ◦ green 86 ◦ blue 250

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

Shades of Medium Purple #A756FA

Tints of Medium Purple #A756FA

RGB

 RED value IS 167 (65.63% from 255) = 33.2%

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 33.2%
G = 17.1%
B = 49.7%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A756FA (or 0xA756FA) is known color: Medium Purple. HEX triplet: A7, 56 and FA. RGB value is (167,86,250). Sum of RGB (Red+Green+Blue) = 167+86+250=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #A756FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756FA is #58A905. Grayscale: #808080. Windows color (decimal): -5810438 or 16406183. OLE color: 16406183.

HSL color Cylindrical-coordinate representation of color #A756FA: hue angle of 269.63º degrees, saturation: 0.94, 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 #A756FA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 86 250 -
CMYK 0.33 0.66 0 0.02
HSL 269.63º 0.94% 0.66% -
HSV(B) 269.63º 0.66% 0.98% -
XYZ 36.52 21.77 92.72 -
YUV 128.92 196.34 155.16 -
System Red Green Blue C M Y K H S L
Decimal 167 86 250 0.33 0.66 0 0.02 269.63 0.94 0.66
Hex A7 56 FA 21 42 0 2 10E 5E 42
Octal 247 126 372 41 102 0 2 416 136 102
Binary 10100111 1010110 11111010 100001 1000010 0 10 100001110 1011110 1000010

Color Harmonies of #A756FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756FA

Black with #A756FA

Text Example


Text Example

White with #A756FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756FA; }

 p { color: rgb(167,86,250); }

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

background-color css

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

 a { background-color: rgb(167,86,250); }

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

border-color css

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

 span { border-color: rgb(167,86,250); }

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