Html Css Color HEX #A556FC Medium Purple

📋 copy color: '#A556FC'

red 165 ◦ green 86 ◦ blue 252

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

Shades of Medium Purple #A556FC

Tints of Medium Purple #A556FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.1%

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

R = 32.8%
G = 17.1%
B = 50.1%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A556FC (or 0xA556FC) is known color: Medium Purple. HEX triplet: A5, 56 and FC. RGB value is (165,86,252). Sum of RGB (Red+Green+Blue) = 165+86+252=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #A556FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A556FC is #5AA903. Grayscale: #7F7F7F. Windows color (decimal): -5941508 or 16537253. OLE color: 16537253.

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

Color convert

RGB 165 86 252 -
CMYK 0.35 0.66 0 0.01
HSL 268.55º 0.97% 0.66% -
HSV(B) 268.55º 0.66% 0.99% -
XYZ 36.42 21.68 94.36 -
YUV 128.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 165 86 252 0.35 0.66 0 0.01 268.55 0.97 0.66
Hex A5 56 FC 23 42 0 1 10D 61 42
Octal 245 126 374 43 102 0 1 415 141 102
Binary 10100101 1010110 11111100 100011 1000010 0 1 100001101 1100001 1000010

Color Harmonies of #A556FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556FC

Black with #A556FC

Text Example


Text Example

White with #A556FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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