Html Css Color HEX #A56EF2 Medium Purple

📋 copy color: '#A56EF2'

red 165 ◦ green 110 ◦ blue 242

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

Shades of Medium Purple #A56EF2

Tints of Medium Purple #A56EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 31.91%
G = 21.28%
B = 46.81%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A56EF2 (or 0xA56EF2) is known color: Medium Purple. HEX triplet: A5, 6E and F2. RGB value is (165,110,242). Sum of RGB (Red+Green+Blue) = 165+110+242=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #A56EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EF2 is #5A910D. Grayscale: #8D8D8D. Windows color (decimal): -5935374 or 15888037. OLE color: 15888037.

HSL color Cylindrical-coordinate representation of color #A56EF2: hue angle of 265º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56EF2 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 110 242 -
CMYK 0.32 0.55 0 0.05
HSL 265º 0.84% 0.69% -
HSV(B) 265º 0.55% 0.95% -
XYZ 37.12 25.56 86.98 -
YUV 141.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 165 110 242 0.32 0.55 0 0.05 265 0.84 0.69
Hex A5 6E F2 20 37 0 5 109 54 45
Octal 245 156 362 40 67 0 5 411 124 105
Binary 10100101 1101110 11110010 100000 110111 0 101 100001001 1010100 1000101

Color Harmonies of #A56EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EF2

Black with #A56EF2

Text Example


Text Example

White with #A56EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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