Html Css Color HEX #A56FEB Medium Purple

📋 copy color: '#A56FEB'

red 165 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #A56FEB

Tints of Medium Purple #A56FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 32.29%
G = 21.72%
B = 45.99%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A56FEB (or 0xA56FEB) is known color: Medium Purple. HEX triplet: A5, 6F and EB. RGB value is (165,111,235). Sum of RGB (Red+Green+Blue) = 165+111+235=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A56FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FEB is #5A9014. Grayscale: #8C8C8C. Windows color (decimal): -5935125 or 15429541. OLE color: 15429541.

HSL color Cylindrical-coordinate representation of color #A56FEB: hue angle of 266.13º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A56FEB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 111 235 -
CMYK 0.30 0.53 0 0.08
HSL 266.13º 0.76% 0.68% -
HSV(B) 266.13º 0.53% 0.92% -
XYZ 36.2 25.37 81.59 -
YUV 141.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 165 111 235 0.30 0.53 0 0.08 266.13 0.76 0.68
Hex A5 6F EB 1E 35 0 8 10A 4C 44
Octal 245 157 353 36 65 0 10 412 114 104
Binary 10100101 1101111 11101011 11110 110101 0 1000 100001010 1001100 1000100

Color Harmonies of #A56FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FEB

Black with #A56FEB

Text Example


Text Example

White with #A56FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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