Html Css Color HEX #A456FD Medium Purple

📋 copy color: '#A456FD'

red 164 ◦ green 86 ◦ blue 253

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

Shades of Medium Purple #A456FD

Tints of Medium Purple #A456FD

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

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

R = 32.6%
G = 17.1%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A456FD (or 0xA456FD) is known color: Medium Purple. HEX triplet: A4, 56 and FD. RGB value is (164,86,253). Sum of RGB (Red+Green+Blue) = 164+86+253=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A456FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A456FD is #5BA902. Grayscale: #7F7F7F. Windows color (decimal): -6007043 or 16602788. OLE color: 16602788.

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

Color convert

RGB 164 86 253 -
CMYK 0.35 0.66 0 0.01
HSL 268.02º 0.98% 0.66% -
HSV(B) 268.02º 0.66% 0.99% -
XYZ 36.37 21.64 95.19 -
YUV 128.36 198.34 153.42 -
System Red Green Blue C M Y K H S L
Decimal 164 86 253 0.35 0.66 0 0.01 268.02 0.98 0.66
Hex A4 56 FD 23 42 0 1 10C 62 42
Octal 244 126 375 43 102 0 1 414 142 102
Binary 10100100 1010110 11111101 100011 1000010 0 1 100001100 1100010 1000010

Color Harmonies of #A456FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456FD

Black with #A456FD

Text Example


Text Example

White with #A456FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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