Html Css Color HEX #A56AF9 Medium Purple

📋 copy color: '#A56AF9'

red 165 ◦ green 106 ◦ blue 249

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

Shades of Medium Purple #A56AF9

Tints of Medium Purple #A56AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 31.73%
G = 20.38%
B = 47.88%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A56AF9 (or 0xA56AF9) is known color: Medium Purple. HEX triplet: A5, 6A and F9. RGB value is (165,106,249). Sum of RGB (Red+Green+Blue) = 165+106+249=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #A56AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AF9 is #5A9506. Grayscale: #8B8B8B. Windows color (decimal): -5936391 or 16345765. OLE color: 16345765.

HSL color Cylindrical-coordinate representation of color #A56AF9: hue angle of 264.76º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56AF9 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 106 249 -
CMYK 0.34 0.57 0 0.02
HSL 264.76º 0.92% 0.7% -
HSV(B) 264.76º 0.57% 0.98% -
XYZ 37.77 25.15 92.49 -
YUV 139.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 165 106 249 0.34 0.57 0 0.02 264.76 0.92 0.7
Hex A5 6A F9 22 39 0 2 109 5C 46
Octal 245 152 371 42 71 0 2 411 134 106
Binary 10100101 1101010 11111001 100010 111001 0 10 100001001 1011100 1000110

Color Harmonies of #A56AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AF9

Black with #A56AF9

Text Example


Text Example

White with #A56AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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