Html Css Color HEX #A56FFB Medium Purple

📋 copy color: '#A56FFB'

red 165 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #A56FFB

Tints of Medium Purple #A56FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 31.31%
G = 21.06%
B = 47.63%

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

#A56FFB (or 0xA56FFB) is known color: Medium Purple. HEX triplet: A5, 6F and FB. RGB value is (165,111,251). Sum of RGB (Red+Green+Blue) = 165+111+251=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #A56FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FFB is #5A9004. Grayscale: #8E8E8E. Windows color (decimal): -5935109 or 16478117. OLE color: 16478117.

HSL color Cylindrical-coordinate representation of color #A56FFB: hue angle of 263.14º degrees, saturation: 0.95, 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 #A56FFB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 111 251 -
CMYK 0.34 0.56 0 0.02
HSL 263.14º 0.95% 0.71% -
HSV(B) 263.14º 0.56% 0.98% -
XYZ 38.61 26.33 94.31 -
YUV 143.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 165 111 251 0.34 0.56 0 0.02 263.14 0.95 0.71
Hex A5 6F FB 22 38 0 2 107 5F 47
Octal 245 157 373 42 70 0 2 407 137 107
Binary 10100101 1101111 11111011 100010 111000 0 10 100000111 1011111 1000111

Color Harmonies of #A56FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FFB

Black with #A56FFB

Text Example


Text Example

White with #A56FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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