Html Css Color HEX #A56EFD Medium Purple

📋 copy color: '#A56EFD'

red 165 ◦ green 110 ◦ blue 253

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

Shades of Medium Purple #A56EFD

Tints of Medium Purple #A56EFD

RGB

 RED value IS 165 (64.84% from 255) = 31.25%

 GREEN value IS 110 (43.36% from 255) = 20.83%

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

R = 31.25%
G = 20.83%
B = 47.92%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A56EFD (or 0xA56EFD) is known color: Medium Purple. HEX triplet: A5, 6E and FD. RGB value is (165,110,253). Sum of RGB (Red+Green+Blue) = 165+110+253=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #A56EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EFD is #5A9102. Grayscale: #8E8E8E. Windows color (decimal): -5935363 or 16608933. OLE color: 16608933.

HSL color Cylindrical-coordinate representation of color #A56EFD: hue angle of 263.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56EFD is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 110 253 -
CMYK 0.35 0.57 0 0.01
HSL 263.08º 0.97% 0.71% -
HSV(B) 263.08º 0.57% 0.99% -
XYZ 38.82 26.24 95.95 -
YUV 142.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 165 110 253 0.35 0.57 0 0.01 263.08 0.97 0.71
Hex A5 6E FD 23 39 0 1 107 61 47
Octal 245 156 375 43 71 0 1 407 141 107
Binary 10100101 1101110 11111101 100011 111001 0 1 100000111 1100001 1000111

Color Harmonies of #A56EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EFD

Black with #A56EFD

Text Example


Text Example

White with #A56EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EFD; }

 p { color: rgb(165,110,253); }

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

background-color css

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

 a { background-color: rgb(165,110,253); }

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

border-color css

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

 span { border-color: rgb(165,110,253); }

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