Html Css Color HEX #A56CF0 Medium Purple

📋 copy color: '#A56CF0'

red 165 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #A56CF0

Tints of Medium Purple #A56CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 32.16%
G = 21.05%
B = 46.78%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A56CF0 (or 0xA56CF0) is known color: Medium Purple. HEX triplet: A5, 6C and F0. RGB value is (165,108,240). Sum of RGB (Red+Green+Blue) = 165+108+240=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #A56CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CF0 is #5A930F. Grayscale: #8B8B8B. Windows color (decimal): -5935888 or 15756453. OLE color: 15756453.

HSL color Cylindrical-coordinate representation of color #A56CF0: hue angle of 265.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56CF0 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 108 240 -
CMYK 0.31 0.55 0 0.06
HSL 265.91º 0.81% 0.68% -
HSV(B) 265.91º 0.55% 0.94% -
XYZ 36.61 25.02 85.34 -
YUV 140.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 165 108 240 0.31 0.55 0 0.06 265.91 0.81 0.68
Hex A5 6C F0 1F 37 0 6 10A 51 44
Octal 245 154 360 37 67 0 6 412 121 104
Binary 10100101 1101100 11110000 11111 110111 0 110 100001010 1010001 1000100

Color Harmonies of #A56CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CF0

Black with #A56CF0

Text Example


Text Example

White with #A56CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CF0; }

 p { color: rgb(165,108,240); }

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

background-color css

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

 a { background-color: rgb(165,108,240); }

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

border-color css

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

 span { border-color: rgb(165,108,240); }

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