Html Css Color HEX #A56AF4 Medium Purple

📋 copy color: '#A56AF4'

red 165 ◦ green 106 ◦ blue 244

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

Shades of Medium Purple #A56AF4

Tints of Medium Purple #A56AF4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 244 (95.7% from 255) = 47.38%

R = 32.04%
G = 20.58%
B = 47.38%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A56AF4 (or 0xA56AF4) is known color: Medium Purple. HEX triplet: A5, 6A and F4. RGB value is (165,106,244). Sum of RGB (Red+Green+Blue) = 165+106+244=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #A56AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AF4 is #5A950B. Grayscale: #8A8A8A. Windows color (decimal): -5936396 or 16018085. OLE color: 16018085.

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

Color convert

RGB 165 106 244 -
CMYK 0.32 0.57 0 0.04
HSL 265.65º 0.86% 0.69% -
HSV(B) 265.65º 0.57% 0.96% -
XYZ 37 24.84 88.43 -
YUV 139.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 165 106 244 0.32 0.57 0 0.04 265.65 0.86 0.69
Hex A5 6A F4 20 39 0 4 10A 56 45
Octal 245 152 364 40 71 0 4 412 126 105
Binary 10100101 1101010 11110100 100000 111001 0 100 100001010 1010110 1000101

Color Harmonies of #A56AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AF4

Black with #A56AF4

Text Example


Text Example

White with #A56AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AF4; }

 p { color: rgb(165,106,244); }

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

background-color css

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

 a { background-color: rgb(165,106,244); }

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

border-color css

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

 span { border-color: rgb(165,106,244); }

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