Html Css Color HEX #A56FFA Medium Purple

📋 copy color: '#A56FFA'

red 165 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #A56FFA

Tints of Medium Purple #A56FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 31.37%
G = 21.1%
B = 47.53%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A56FFA (or 0xA56FFA) is known color: Medium Purple. HEX triplet: A5, 6F and FA. RGB value is (165,111,250). Sum of RGB (Red+Green+Blue) = 165+111+250=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #A56FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FFA is #5A9005. Grayscale: #8E8E8E. Windows color (decimal): -5935110 or 16412581. OLE color: 16412581.

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

Color convert

RGB 165 111 250 -
CMYK 0.34 0.56 0 0.02
HSL 263.31º 0.93% 0.71% -
HSV(B) 263.31º 0.56% 0.98% -
XYZ 38.46 26.27 93.49 -
YUV 142.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 165 111 250 0.34 0.56 0 0.02 263.31 0.93 0.71
Hex A5 6F FA 22 38 0 2 107 5D 47
Octal 245 157 372 42 70 0 2 407 135 107
Binary 10100101 1101111 11111010 100010 111000 0 10 100000111 1011101 1000111

Color Harmonies of #A56FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FFA

Black with #A56FFA

Text Example


Text Example

White with #A56FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FFA; }

 p { color: rgb(165,111,250); }

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

background-color css

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

 a { background-color: rgb(165,111,250); }

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

border-color css

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

 span { border-color: rgb(165,111,250); }

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