Html Css Color HEX #A756FD Medium Purple

📋 copy color: '#A756FD'

red 167 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #A756FD

Tints of Medium Purple #A756FD

RGB

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

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

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

R = 33%
G = 17%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A756FD (or 0xA756FD) is known color: Medium Purple. HEX triplet: A7, 56 and FD. RGB value is (167,86,253). Sum of RGB (Red+Green+Blue) = 167+86+253=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #A756FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756FD is #58A902. Grayscale: #808080. Windows color (decimal): -5810435 or 16602791. OLE color: 16602791.

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

Color convert

RGB 167 86 253 -
CMYK 0.34 0.66 0 0.01
HSL 269.1º 0.98% 0.66% -
HSV(B) 269.1º 0.66% 0.99% -
XYZ 36.99 21.96 95.22 -
YUV 129.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 167 86 253 0.34 0.66 0 0.01 269.1 0.98 0.66
Hex A7 56 FD 22 42 0 1 10D 62 42
Octal 247 126 375 42 102 0 1 415 142 102
Binary 10100111 1010110 11111101 100010 1000010 0 1 100001101 1100010 1000010

Color Harmonies of #A756FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756FD

Black with #A756FD

Text Example


Text Example

White with #A756FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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