Html Css Color HEX #A56DF7 Medium Purple

📋 copy color: '#A56DF7'

red 165 ◦ green 109 ◦ blue 247

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

Shades of Medium Purple #A56DF7

Tints of Medium Purple #A56DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

 BLUE value IS 247 (96.88% from 255) = 47.41%

R = 31.67%
G = 20.92%
B = 47.41%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A56DF7 (or 0xA56DF7) is known color: Medium Purple. HEX triplet: A5, 6D and F7. RGB value is (165,109,247). Sum of RGB (Red+Green+Blue) = 165+109+247=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #A56DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DF7 is #5A9208. Grayscale: #8C8C8C. Windows color (decimal): -5935625 or 16215461. OLE color: 16215461.

HSL color Cylindrical-coordinate representation of color #A56DF7: hue angle of 264.35º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56DF7 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 109 247 -
CMYK 0.33 0.56 0 0.03
HSL 264.35º 0.9% 0.7% -
HSV(B) 264.35º 0.56% 0.97% -
XYZ 37.77 25.65 90.96 -
YUV 141.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 165 109 247 0.33 0.56 0 0.03 264.35 0.9 0.7
Hex A5 6D F7 21 38 0 3 108 5A 46
Octal 245 155 367 41 70 0 3 410 132 106
Binary 10100101 1101101 11110111 100001 111000 0 11 100001000 1011010 1000110

Color Harmonies of #A56DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DF7

Black with #A56DF7

Text Example


Text Example

White with #A56DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DF7; }

 p { color: rgb(165,109,247); }

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

background-color css

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

 a { background-color: rgb(165,109,247); }

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

border-color css

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

 span { border-color: rgb(165,109,247); }

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