Html Css Color HEX #A756F6 Medium Purple

📋 copy color: '#A756F6'

red 167 ◦ green 86 ◦ blue 246

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

Shades of Medium Purple #A756F6

Tints of Medium Purple #A756F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 33.47%
G = 17.23%
B = 49.3%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A756F6 (or 0xA756F6) is known color: Medium Purple. HEX triplet: A7, 56 and F6. RGB value is (167,86,246). Sum of RGB (Red+Green+Blue) = 167+86+246=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #A756F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756F6 is #58A909. Grayscale: #7F7F7F. Windows color (decimal): -5810442 or 16144039. OLE color: 16144039.

HSL color Cylindrical-coordinate representation of color #A756F6: hue angle of 270.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A756F6 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 86 246 -
CMYK 0.32 0.65 0 0.04
HSL 270.38º 0.9% 0.65% -
HSV(B) 270.38º 0.65% 0.96% -
XYZ 35.9 21.52 89.45 -
YUV 128.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 167 86 246 0.32 0.65 0 0.04 270.38 0.9 0.65
Hex A7 56 F6 20 41 0 4 10E 5A 41
Octal 247 126 366 40 101 0 4 416 132 101
Binary 10100111 1010110 11110110 100000 1000001 0 100 100001110 1011010 1000001

Color Harmonies of #A756F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756F6

Black with #A756F6

Text Example


Text Example

White with #A756F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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