Html Css Color HEX #A56FFC Medium Purple

📋 copy color: '#A56FFC'

red 165 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #A56FFC

Tints of Medium Purple #A56FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 31.25%
G = 21.02%
B = 47.73%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A56FFC (or 0xA56FFC) is known color: Medium Purple. HEX triplet: A5, 6F and FC. RGB value is (165,111,252). Sum of RGB (Red+Green+Blue) = 165+111+252=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #A56FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56FFC is #5A9003. Grayscale: #8E8E8E. Windows color (decimal): -5935108 or 16543653. OLE color: 16543653.

HSL color Cylindrical-coordinate representation of color #A56FFC: hue angle of 262.98º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56FFC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 111 252 -
CMYK 0.35 0.56 0 0.01
HSL 262.98º 0.96% 0.71% -
HSV(B) 262.98º 0.56% 0.99% -
XYZ 38.77 26.4 95.15 -
YUV 143.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 165 111 252 0.35 0.56 0 0.01 262.98 0.96 0.71
Hex A5 6F FC 23 38 0 1 107 60 47
Octal 245 157 374 43 70 0 1 407 140 107
Binary 10100101 1101111 11111100 100011 111000 0 1 100000111 1100000 1000111

Color Harmonies of #A56FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FFC

Black with #A56FFC

Text Example


Text Example

White with #A56FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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